{"product_id":"unlevered-free-cash-flow","title":"Unlevered Free Cash Flow Calculator","description":"\u003cstyle\u003e\n.ufcf-calculator {\n  --ink: #0f172a;\n  --muted: #475569;\n  --border: #e2e8f0;\n  --surface: #ffffff;\n  --tint: #f8fafc;\n  --primary: #1d4ed8;\n  --accent: #c2410c;\n  --accent-hover: #9a3412;\n  --chart-1: #1e40af;\n  --chart-2: #0d9488;\n  --chart-3: #7c3aed;\n  --chart-4: #be185d;\n  --chart-5: #334155;\n  width: 100%;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 24px;\n  color: var(--ink);\n  background: var(--tint);\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  font-size: 15px;\n  line-height: 1.55;\n  container-type: inline-size;\n}\n.ufcf-calculator,\n.ufcf-calculator *,\n.ufcf-calculator *::before,\n.ufcf-calculator *::after {\n  box-sizing: border-box;\n}\n.ufcf-calculator h2,\n.ufcf-calculator h3,\n.ufcf-calculator p {\n  margin-top: 0;\n}\n.ufcf-calculator h2 {\n  margin-bottom: 8px;\n  font-size: 24px;\n  line-height: 1.25;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n}\n.ufcf-calculator h3 {\n  margin-bottom: 12px;\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 650;\n}\n.ufcf-header,\n.ufcf-toolbar,\n.ufcf-workspace,\n.ufcf-input-panel,\n.ufcf-results-panel,\n.ufcf-breakdown,\n.ufcf-chart-card,\n.ufcf-table-card,\n.ufcf-education,\n.ufcf-card,\n.ufcf-field,\n.ufcf-chart-cluster,\n.ufcf-plot-wrap,\n.ufcf-legend,\n.ufcf-caption-callout,\n.ufcf-table-wrap,\n.ufcf-table-note,\n.ufcf-result-card,\n.ufcf-result-grid,\n.ufcf-input-grid,\n.ufcf-section-heading,\n.ufcf-formula-plate,\n.ufcf-status-row,\n.ufcf-pill-row,\n.ufcf-toolbar-group,\n.ufcf-education-section {\n  min-width: 0;\n}\n.ufcf-header {\n  padding: 0 0 16px;\n}\n.ufcf-header p {\n  max-width: 760px;\n  margin-bottom: 12px;\n  color: var(--muted);\n}\n.ufcf-pill-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.ufcf-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  min-height: 32px;\n  padding: 5px 10px;\n  border: 1px solid var(--border);\n  border-radius: 999px;\n  background: var(--surface);\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 500;\n  line-height: 1.3;\n  white-space: nowrap;\n}\n.ufcf-pill strong {\n  color: var(--ink);\n  font-variant-numeric: tabular-nums;\n}\n.ufcf-toolbar {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 8px;\n  margin-bottom: 16px;\n}\n.ufcf-toolbar-group {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.ufcf-button {\n  min-height: 44px;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  padding: 10px 16px;\n  background: var(--surface);\n  color: var(--ink);\n  font: inherit;\n  font-size: 14px;\n  font-weight: 650;\n  line-height: 1.2;\n  cursor: pointer;\n  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;\n}\n.ufcf-button:hover {\n  border-color: #cbd5e1;\n  box-shadow: 0 2px 6px rgba(15,23,42,.10);\n}\n.ufcf-button:active {\n  transform: translateY(1px);\n}\n.ufcf-button:focus-visible,\n.ufcf-input:focus-visible,\n.ufcf-calculator a:focus-visible,\n.ufcf-calculator summary:focus-visible {\n  outline: 3px solid rgba(29,78,216,.34);\n  outline-offset: 2px;\n}\n.ufcf-download {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  padding: 12px 18px;\n  border-color: var(--accent);\n  background: var(--accent);\n  color: #ffffff;\n  white-space: nowrap;\n}\n.ufcf-download:hover {\n  border-color: var(--accent-hover);\n  background: var(--accent-hover);\n  color: #ffffff;\n}\n.ufcf-download-icon {\n  width: 18px;\n  height: 18px;\n  flex: 0 0 auto;\n}\n.ufcf-workspace {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 16px;\n  align-items: start;\n}\n.ufcf-input-panel,\n.ufcf-results-panel,\n.ufcf-chart-card,\n.ufcf-table-card,\n.ufcf-education {\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  background: var(--surface);\n  box-shadow: 0 1px 2px rgba(15,23,42,.06);\n}\n.ufcf-input-panel,\n.ufcf-results-panel,\n.ufcf-chart-card,\n.ufcf-table-card {\n  padding: 20px;\n}\n.ufcf-section-heading {\n  display: flex;\n  align-items: flex-start;\n  justify-content: flex-start;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n.ufcf-section-heading p {\n  margin-bottom: 0;\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 500;\n}\n.ufcf-input-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 16px;\n}\n.ufcf-field {\n  display: flex;\n  flex-direction: column;\n}\n.ufcf-label {\n  display: block;\n  margin-bottom: 6px;\n  color: var(--ink);\n  font-size: 14px;\n  font-weight: 600;\n}\n.ufcf-input-shell {\n  position: relative;\n  min-width: 0;\n}\n.ufcf-input {\n  width: 100%;\n  min-height: 44px;\n  padding: 10px 12px;\n  border: 1px solid #cbd5e1;\n  border-radius: 6px;\n  background: #ffffff;\n  color: var(--ink);\n  font: inherit;\n  font-size: 15px;\n  line-height: 1.35;\n  font-variant-numeric: tabular-nums;\n}\n.ufcf-input:hover {\n  border-color: #94a3b8;\n}\n.ufcf-input[aria-invalid=\"true\"] {\n  border-color: #b91c1c;\n  box-shadow: 0 0 0 1px #b91c1c;\n}\n.ufcf-helper,\n.ufcf-error {\n  min-height: 40px;\n  margin: 6px 0 0;\n  font-size: 13px;\n  font-weight: 500;\n  line-height: 1.45;\n}\n.ufcf-helper {\n  color: var(--muted);\n}\n.ufcf-error {\n  display: none;\n  color: #991b1b;\n}\n.ufcf-field.ufcf-has-error .ufcf-helper {\n  display: none;\n}\n.ufcf-field.ufcf-has-error .ufcf-error {\n  display: block;\n}\n.ufcf-primary-result {\n  padding: 16px;\n  border: 1px solid #bfdbfe;\n  border-radius: 8px;\n  background: #eff6ff;\n}\n.ufcf-primary-label {\n  margin-bottom: 4px;\n  color: #1e3a8a;\n  font-size: 13px;\n  font-weight: 650;\n  text-transform: uppercase;\n  letter-spacing: .05em;\n}\n.ufcf-primary-value {\n  margin-bottom: 4px;\n  color: #172554;\n  font-size: 30px;\n  line-height: 1.15;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n  overflow-wrap: anywhere;\n  font-variant-numeric: tabular-nums;\n}\n.ufcf-primary-subtext {\n  margin-bottom: 0;\n  color: #1e3a8a;\n  font-size: 13px;\n  font-weight: 500;\n}\n.ufcf-status-row {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 8px;\n  margin-top: 12px;\n}\n.ufcf-status-badge {\n  display: inline-flex;\n  align-items: center;\n  min-height: 28px;\n  padding: 4px 9px;\n  border-radius: 999px;\n  background: #e2e8f0;\n  color: #334155;\n  font-size: 13px;\n  font-weight: 650;\n}\n.ufcf-status-badge[data-tone=\"positive\"] {\n  background: #dcfce7;\n  color: #166534;\n}\n.ufcf-status-badge[data-tone=\"negative\"] {\n  background: #fee2e2;\n  color: #991b1b;\n}\n.ufcf-result-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 12px;\n  margin-top: 16px;\n}\n.ufcf-result-card {\n  padding: 14px;\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  background: var(--tint);\n}\n.ufcf-result-card span {\n  display: block;\n  margin-bottom: 4px;\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 500;\n}\n.ufcf-result-card strong {\n  display: block;\n  color: var(--ink);\n  font-size: 20px;\n  line-height: 1.25;\n  font-weight: 700;\n  overflow-wrap: anywhere;\n  font-variant-numeric: tabular-nums;\n}\n.ufcf-formula-plate {\n  margin-top: 16px;\n  padding: 12px;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  background: var(--tint);\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 500;\n  overflow-wrap: anywhere;\n}\n.ufcf-formula-plate strong {\n  color: var(--ink);\n  font-variant-numeric: tabular-nums;\n}\n.ufcf-breakdown {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 12px;\n  margin-top: 16px;\n}\n.ufcf-card {\n  padding: 16px;\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  background: var(--surface);\n  box-shadow: 0 1px 2px rgba(15,23,42,.06);\n}\n.ufcf-card span {\n  display: block;\n  margin-bottom: 4px;\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 500;\n}\n.ufcf-card strong {\n  display: block;\n  color: var(--ink);\n  font-size: 20px;\n  line-height: 1.25;\n  font-weight: 700;\n  overflow-wrap: anywhere;\n  font-variant-numeric: tabular-nums;\n}\n.ufcf-chart-card,\n.ufcf-table-card,\n.ufcf-education {\n  margin-top: 16px;\n}\n.ufcf-chart-intro {\n  max-width: 820px;\n  margin-bottom: 16px;\n  color: var(--muted);\n}\n.ufcf-chart-cluster {\n  display: grid;\n  grid-template-columns: minmax(0, 560px) minmax(230px, 320px);\n  justify-content: center;\n  align-items: center;\n  gap: 24px;\n}\n.ufcf-plot-wrap {\n  width: 100%;\n  max-width: 560px;\n  justify-self: center;\n}\n.ufcf-chart-svg {\n  display: block;\n  width: 100%;\n  height: 360px;\n  overflow: visible;\n}\n.ufcf-chart-empty {\n  display: none;\n  width: 100%;\n  padding: 18px;\n  border: 1px dashed #cbd5e1;\n  border-radius: 6px;\n  background: var(--tint);\n  color: var(--muted);\n  text-align: center;\n  font-size: 13px;\n  font-weight: 500;\n}\n.ufcf-legend {\n  display: grid;\n  align-content: center;\n  gap: 10px;\n}\n.ufcf-legend-row {\n  display: grid;\n  grid-template-columns: 12px minmax(90px, max-content) minmax(88px, max-content);\n  align-items: center;\n  justify-content: start;\n  gap: 8px 12px;\n  min-width: 0;\n  font-size: 13px;\n  font-weight: 500;\n}\n.ufcf-legend-swatch {\n  width: 12px;\n  height: 12px;\n  border-radius: 3px;\n}\n.ufcf-legend-label {\n  color: var(--muted);\n}\n.ufcf-legend-value {\n  color: var(--ink);\n  font-weight: 650;\n  font-variant-numeric: tabular-nums;\n}\n.ufcf-caption-callout,\n.ufcf-table-note {\n  padding: 10px 12px;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  background: var(--tint);\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 500;\n  line-height: 1.5;\n}\n.ufcf-caption-callout {\n  margin-top: 16px;\n}\n.ufcf-table-wrap {\n  width: 100%;\n  overflow-x: auto;\n  overscroll-behavior-inline: contain;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  background: var(--surface);\n}\n.ufcf-chart-card .ufcf-table-wrap {\n  margin-top: 16px;\n}\n.ufcf-table {\n  width: 100%;\n  min-width: 620px;\n  border-collapse: collapse;\n  color: var(--ink);\n  font-size: 13px;\n  font-variant-numeric: tabular-nums;\n}\n.ufcf-table th,\n.ufcf-table td {\n  padding: 10px 12px;\n  border-bottom: 1px solid var(--border);\n  text-align: left;\n  vertical-align: top;\n}\n.ufcf-table th {\n  background: #0f2747;\n  color: #ffffff;\n  font-weight: 650;\n  white-space: nowrap;\n}\n.ufcf-table td.ufcf-numeric,\n.ufcf-table th.ufcf-numeric {\n  text-align: right;\n  white-space: nowrap;\n}\n.ufcf-table tbody tr:last-child td {\n  border-bottom: 0;\n}\n.ufcf-table tbody tr:hover td {\n  background: #f8fafc;\n}\n.ufcf-table-note {\n  margin-top: 16px;\n}\n.ufcf-safe-chart-stack .ufcf-chart-cluster {\n  grid-template-columns: 1fr;\n  align-items: start;\n  row-gap: 20px;\n}\n.ufcf-safe-chart-stack .ufcf-legend {\n  justify-self: center;\n}\n.ufcf-safe-chart-stack .ufcf-caption-callout {\n  margin-top: 20px;\n}\n.ufcf-safe-table-stack .ufcf-table-wrap {\n  height: auto;\n  max-height: none;\n}\n.ufcf-safe-table-stack .ufcf-table-note {\n  margin-top: 20px;\n}\n.ufcf-education {\n  padding: 24px;\n}\n.ufcf-education-section + .ufcf-education-section {\n  margin-top: 24px;\n  padding-top: 24px;\n  border-top: 1px solid var(--border);\n}\n.ufcf-education p,\n.ufcf-education li {\n  color: #334155;\n}\n.ufcf-education ul {\n  margin: 0;\n  padding-left: 22px;\n}\n.ufcf-education li + li {\n  margin-top: 8px;\n}\n.ufcf-education a {\n  color: var(--primary);\n  font-weight: 600;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n}\n.ufcf-education a:hover {\n  color: #1e40af;\n}\n.ufcf-equation {\n  padding: 12px;\n  border-left: 4px solid var(--primary);\n  border-radius: 0 6px 6px 0;\n  background: #eff6ff;\n  color: #172554;\n  font-weight: 650;\n  font-variant-numeric: tabular-nums;\n}\n.ufcf-sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  white-space: nowrap;\n  border: 0;\n}\n@container (min-width: 900px) {\n  .ufcf-workspace {\n    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);\n  }\n}\n@container (max-width: 639px) {\n  .ufcf-calculator {\n    padding: 16px;\n  }\n  .ufcf-input-panel,\n  .ufcf-results-panel,\n  .ufcf-chart-card,\n  .ufcf-table-card,\n  .ufcf-education {\n    padding: 16px;\n  }\n  .ufcf-input-grid {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .ufcf-helper,\n  .ufcf-error {\n    min-height: 0;\n  }\n  .ufcf-chart-cluster {\n    grid-template-columns: 1fr;\n    row-gap: 16px;\n  }\n  .ufcf-legend {\n    justify-self: center;\n    width: 100%;\n    max-width: 360px;\n  }\n  .ufcf-legend-row {\n    grid-template-columns: 12px minmax(84px, max-content) minmax(84px, max-content);\n    gap: 8px;\n  }\n  .ufcf-caption-callout,\n  .ufcf-table-note {\n    margin-top: 12px;\n  }\n  .ufcf-primary-value {\n    font-size: 27px;\n  }\n}\n@media (max-width: 639px) {\n  .ufcf-calculator {\n    padding: 16px;\n  }\n  .ufcf-chart-cluster {\n    grid-template-columns: 1fr;\n    row-gap: 16px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ufcf-calculator\" data-calculator-root\u003e\n  \u003cheader class=\"ufcf-header\"\u003e\n    \u003ch2\u003eUnlevered Free Cash Flow Calculator\u003c\/h2\u003e\n    \u003cp\u003eEstimate cash generated by core operations before interest and debt payments, using EBIT, taxes, non-cash charges, capital spending, and working-capital cash flows.\u003c\/p\u003e\n    \u003cdiv class=\"ufcf-pill-row\" aria-label=\"Live calculation summary\"\u003e\n      \u003cspan class=\"ufcf-pill\"\u003eUFCF \u003cstrong data-output=\"pill-ufcf\"\u003e$0.00M\u003c\/strong\u003e\u003c\/span\u003e\n      \u003cspan class=\"ufcf-pill\"\u003eNOPAT \u003cstrong data-output=\"pill-nopat\"\u003e$0.00M\u003c\/strong\u003e\u003c\/span\u003e\n      \u003cspan class=\"ufcf-pill\"\u003eTax drag \u003cstrong data-output=\"pill-tax\"\u003e$0.00M\u003c\/strong\u003e\u003c\/span\u003e\n      \u003cspan class=\"ufcf-pill\"\u003eCash conversion \u003cstrong data-output=\"pill-conversion\"\u003e0.00%\u003c\/strong\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"ufcf-toolbar\" aria-label=\"Calculator actions\"\u003e\n    \u003cbutton class=\"ufcf-button ufcf-download\" type=\"button\" data-action=\"download\"\u003e\n      \u003csvg class=\"ufcf-download-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M12 3v12\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"m7 10 5 5 5-5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5 21h14\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003eDownload Excel\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cbutton class=\"ufcf-button\" type=\"button\" data-action=\"reset\"\u003eReset\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ufcf-workspace\"\u003e\n    \u003csection class=\"ufcf-input-panel\" aria-labelledby=\"ufcf-inputs-heading\"\u003e\n      \u003cdiv class=\"ufcf-section-heading\"\u003e\n        \u003cdiv\u003e\n          \u003ch3 id=\"ufcf-inputs-heading\"\u003eOperating cash-flow inputs\u003c\/h3\u003e\n          \u003cp\u003eAll monetary inputs are in USD millions. Enter cash outflows as negative values.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ufcf-input-grid\"\u003e\n        \u003cdiv class=\"ufcf-field\" data-field-wrap=\"ebit\"\u003e\n          \u003clabel class=\"ufcf-label\" for=\"ufcf-ebit\"\u003eEBIT\u003c\/label\u003e\n          \u003cdiv class=\"ufcf-input-shell\"\u003e\n            \u003cinput class=\"ufcf-input\" id=\"ufcf-ebit\" data-field=\"ebit\" data-mask=\"currency\" type=\"text\" inputmode=\"decimal\" value=\"$4,532.00\" aria-describedby=\"ufcf-ebit-help ufcf-ebit-error\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"ufcf-helper\" id=\"ufcf-ebit-help\"\u003eOperating profit before interest and taxes. Negative EBIT is allowed.\u003c\/p\u003e\n          \u003cp class=\"ufcf-error\" id=\"ufcf-ebit-error\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ufcf-field\" data-field-wrap=\"taxRate\"\u003e\n          \u003clabel class=\"ufcf-label\" for=\"ufcf-tax\"\u003eEffective tax rate\u003c\/label\u003e\n          \u003cdiv class=\"ufcf-input-shell\"\u003e\n            \u003cinput class=\"ufcf-input\" id=\"ufcf-tax\" data-field=\"taxRate\" data-mask=\"percent\" type=\"text\" inputmode=\"decimal\" value=\"1.74%\" aria-describedby=\"ufcf-tax-help ufcf-tax-error\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"ufcf-helper\" id=\"ufcf-tax-help\"\u003eUse the effective rate for a historical period or a normalized rate for planning.\u003c\/p\u003e\n          \u003cp class=\"ufcf-error\" id=\"ufcf-tax-error\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ufcf-field\" data-field-wrap=\"da\"\u003e\n          \u003clabel class=\"ufcf-label\" for=\"ufcf-da\"\u003eDepreciation and amortization\u003c\/label\u003e\n          \u003cdiv class=\"ufcf-input-shell\"\u003e\n            \u003cinput class=\"ufcf-input\" id=\"ufcf-da\" data-field=\"da\" data-mask=\"currency\" type=\"text\" inputmode=\"decimal\" value=\"$1,098.00\" aria-describedby=\"ufcf-da-help ufcf-da-error\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"ufcf-helper\" id=\"ufcf-da-help\"\u003eA non-cash expense added back after calculating after-tax operating profit.\u003c\/p\u003e\n          \u003cp class=\"ufcf-error\" id=\"ufcf-da-error\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ufcf-field\" data-field-wrap=\"capex\"\u003e\n          \u003clabel class=\"ufcf-label\" for=\"ufcf-capex\"\u003eCapital expenditures\u003c\/label\u003e\n          \u003cdiv class=\"ufcf-input-shell\"\u003e\n            \u003cinput class=\"ufcf-input\" id=\"ufcf-capex\" data-field=\"capex\" data-mask=\"currency\" type=\"text\" inputmode=\"decimal\" value=\"-$1,128.00\" aria-describedby=\"ufcf-capex-help ufcf-capex-error\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"ufcf-helper\" id=\"ufcf-capex-help\"\u003eUse a negative number for purchases of property, equipment, or other long-lived assets.\u003c\/p\u003e\n          \u003cp class=\"ufcf-error\" id=\"ufcf-capex-error\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ufcf-field\" data-field-wrap=\"workingCapital\"\u003e\n          \u003clabel class=\"ufcf-label\" for=\"ufcf-wc\"\u003eChange in working capital\u003c\/label\u003e\n          \u003cdiv class=\"ufcf-input-shell\"\u003e\n            \u003cinput class=\"ufcf-input\" id=\"ufcf-wc\" data-field=\"workingCapital\" data-mask=\"currency\" type=\"text\" inputmode=\"decimal\" value=\"-$703.00\" aria-describedby=\"ufcf-wc-help ufcf-wc-error\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"ufcf-helper\" id=\"ufcf-wc-help\"\u003eUse the cash-flow-statement sign: negative for cash absorbed, positive for cash released.\u003c\/p\u003e\n          \u003cp class=\"ufcf-error\" id=\"ufcf-wc-error\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"ufcf-results-panel\" aria-labelledby=\"ufcf-results-heading\"\u003e\n      \u003cdiv class=\"ufcf-section-heading\"\u003e\n        \u003cdiv\u003e\n          \u003ch3 id=\"ufcf-results-heading\"\u003eLive results\u003c\/h3\u003e\n          \u003cp\u003eResults update as assumptions change.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ufcf-primary-result\"\u003e\n        \u003cdiv class=\"ufcf-primary-label\"\u003eUnlevered free cash flow\u003c\/div\u003e\n        \u003cdiv class=\"ufcf-primary-value\" data-output=\"ufcf\"\u003e$0.00M\u003c\/div\u003e\n        \u003cp class=\"ufcf-primary-subtext\"\u003eCash available to debt and equity capital providers before financing payments.\u003c\/p\u003e\n        \u003cdiv class=\"ufcf-status-row\"\u003e\n          \u003cspan class=\"ufcf-status-badge\" data-output=\"status-badge\" data-tone=\"neutral\"\u003eNeutral\u003c\/span\u003e\n          \u003cspan class=\"ufcf-primary-subtext\" data-output=\"status-text\"\u003eEnter assumptions to evaluate operating cash generation.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ufcf-result-grid\"\u003e\n        \u003cdiv class=\"ufcf-result-card\"\u003e\n          \u003cspan\u003eNOPAT\u003c\/span\u003e\n          \u003cstrong data-output=\"nopat\"\u003e$0.00M\u003c\/strong\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ufcf-result-card\"\u003e\n          \u003cspan\u003eTax on EBIT\u003c\/span\u003e\n          \u003cstrong data-output=\"tax-expense\"\u003e$0.00M\u003c\/strong\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ufcf-result-card\"\u003e\n          \u003cspan\u003eNet reinvestment effect\u003c\/span\u003e\n          \u003cstrong data-output=\"reinvestment\"\u003e$0.00M\u003c\/strong\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ufcf-result-card\"\u003e\n          \u003cspan\u003eUFCF \/ EBIT\u003c\/span\u003e\n          \u003cstrong data-output=\"conversion\"\u003e0.00%\u003c\/strong\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ufcf-formula-plate\"\u003e\n        \u003cstrong data-output=\"formula\"\u003eUFCF = EBIT × (1 − tax rate) + D\u0026amp;A + CapEx + ΔWC\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ufcf-sr-only\" aria-live=\"polite\" data-output=\"live-summary\"\u003e\u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"ufcf-breakdown\" aria-label=\"Key cash-flow drivers\"\u003e\n    \u003cdiv class=\"ufcf-card\"\u003e\n      \u003cspan\u003eAfter-tax operating profit\u003c\/span\u003e\n      \u003cstrong data-output=\"driver-nopat\"\u003e$0.00M\u003c\/strong\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ufcf-card\"\u003e\n      \u003cspan\u003eNon-cash add-back\u003c\/span\u003e\n      \u003cstrong data-output=\"driver-da\"\u003e$0.00M\u003c\/strong\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ufcf-card\"\u003e\n      \u003cspan\u003eCapital spending effect\u003c\/span\u003e\n      \u003cstrong data-output=\"driver-capex\"\u003e$0.00M\u003c\/strong\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ufcf-card\"\u003e\n      \u003cspan\u003eWorking-capital effect\u003c\/span\u003e\n      \u003cstrong data-output=\"driver-wc\"\u003e$0.00M\u003c\/strong\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ufcf-chart-card\" data-chart-card aria-labelledby=\"ufcf-chart-heading\"\u003e\n    \u003ch3 id=\"ufcf-chart-heading\"\u003eCash-flow bridge\u003c\/h3\u003e\n    \u003cp class=\"ufcf-chart-intro\" data-output=\"chart-intro\"\u003eSee how each operating component contributes to the final unlevered free cash flow.\u003c\/p\u003e\n    \u003cdiv class=\"ufcf-chart-empty\" data-chart-empty\u003eEnter values above to see the cash-flow bridge.\u003c\/div\u003e\n    \u003cdiv class=\"ufcf-chart-cluster\" data-chart-cluster\u003e\n      \u003cdiv class=\"ufcf-plot-wrap\" data-plot-wrap\u003e\n        \u003csvg class=\"ufcf-chart-svg\" data-chart-svg role=\"img\" aria-labelledby=\"ufcf-chart-heading ufcf-chart-summary\"\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ufcf-legend\" data-chart-legend aria-label=\"Cash-flow bridge legend\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ufcf-caption-callout\" data-chart-caption\u003e\u003c\/div\u003e\n    \u003cdiv class=\"ufcf-table-wrap\" data-chart-table-wrap\u003e\n      \u003ctable class=\"ufcf-table\" aria-label=\"Cash-flow bridge data\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eComponent\u003c\/th\u003e\n            \u003cth\u003eRole\u003c\/th\u003e\n            \u003cth class=\"ufcf-numeric\"\u003eCash-flow effect\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody data-chart-table-body\u003e\u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"ufcf-sr-only\" id=\"ufcf-chart-summary\" data-chart-summary\u003e\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ufcf-table-card\" data-table-card aria-labelledby=\"ufcf-table-heading\"\u003e\n    \u003ch3 id=\"ufcf-table-heading\"\u003eCalculation detail\u003c\/h3\u003e\n    \u003cdiv class=\"ufcf-table-wrap\" data-table-wrap\u003e\n      \u003ctable class=\"ufcf-table\" aria-label=\"Unlevered free cash flow calculation detail\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLine item\u003c\/th\u003e\n            \u003cth\u003eCalculation\u003c\/th\u003e\n            \u003cth class=\"ufcf-numeric\"\u003eAmount\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody data-detail-table-body\u003e\u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ufcf-table-note\" data-table-note\u003eCapEx and working-capital inputs follow cash-flow-statement signs. A negative value reduces UFCF; a positive value increases it.\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ufcf-education\" aria-labelledby=\"ufcf-education-heading\"\u003e\n    \u003cdiv class=\"ufcf-education-section\"\u003e\n      \u003ch2 id=\"ufcf-education-heading\"\u003eWhat this calculator estimates\u003c\/h2\u003e\n      \u003cp\u003eUnlevered free cash flow, also called free cash flow to the firm, estimates the cash generated by a business’s operations before interest expense, scheduled principal payments, dividends, and other financing decisions. Because it is measured before financing payments, the result can be compared across businesses with different debt structures. Analysts often use it as the cash-flow base for enterprise-value analysis, while lenders and operators use it to understand whether the underlying business produces enough cash to fund reinvestment and support capital providers.\u003c\/p\u003e\n      \u003cp\u003eThe calculator is designed around a cash-flow-statement sign convention. Capital expenditures and increases in working capital are usually cash outflows, so they should be entered as negative numbers. Asset sales, reductions in inventory, faster collections, or other cash releases can appear as positive amounts. This signed-input approach makes the bridge auditable because every component is added exactly as entered.\u003c\/p\u003e\n      \u003cdiv class=\"ufcf-equation\"\u003eUFCF = EBIT × (1 − effective tax rate) + depreciation and amortization + capital expenditures + change in working capital\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ufcf-education-section\"\u003e\n      \u003ch3\u003eHow to enter each field\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eEBIT:\u003c\/strong\u003e Enter operating income before interest and taxes for the same reporting period as the other inputs. It may be historical or forecast. Higher EBIT usually increases UFCF, although the tax adjustment absorbs part of the increase. A negative EBIT is permitted and produces a negative NOPAT unless the tax assumption creates a modeled tax benefit.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eEffective tax rate:\u003c\/strong\u003e Enter a rate from 0% to 100%. For historical analysis, divide income-tax expense by pretax income only when that relationship is meaningful. For forecasts, many models normalize unusual tax items or move toward a long-run marginal rate. A higher rate lowers NOPAT when EBIT is positive and increases the modeled tax benefit when EBIT is negative.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDepreciation and amortization:\u003c\/strong\u003e Enter the non-cash expense included in EBIT. It is added back because it reduced accounting profit without using cash in the current period. Higher D\u0026amp;A increases UFCF mechanically, but it may also signal an asset-heavy business that requires significant capital spending. Avoid adding back charges that were not included in EBIT.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCapital expenditures:\u003c\/strong\u003e Enter cash paid for property, equipment, software, and other long-lived operating assets as a negative value. Enter asset-sale proceeds as positive only when they belong in the analysis. More negative CapEx lowers UFCF. A common mistake is entering a positive purchase amount, which would incorrectly increase cash flow.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eChange in working capital:\u003c\/strong\u003e Enter the cash-flow effect, not merely the accounting change in net working capital. Cash tied up in receivables or inventory is negative; cash released from those accounts is positive. Keep financing items such as short-term borrowings outside this input. Large one-time swings deserve separate review before being treated as recurring.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ufcf-education-section\"\u003e\n      \u003ch3\u003eHow to interpret the outputs\u003c\/h3\u003e\n      \u003cp\u003e\u003cstrong\u003eNOPAT\u003c\/strong\u003e is EBIT after the modeled operating tax charge. It isolates after-tax operating performance without interest. \u003cstrong\u003eTax on EBIT\u003c\/strong\u003e shows the tax drag embedded in NOPAT. \u003cstrong\u003eNet reinvestment effect\u003c\/strong\u003e combines the signed CapEx and working-capital amounts; a large negative value means reinvestment is absorbing cash. \u003cstrong\u003eUFCF \/ EBIT\u003c\/strong\u003e is a simple conversion indicator. It can exceed 100% when non-cash add-backs and cash releases outweigh investment, and it can be negative when reinvestment exceeds operating profit.\u003c\/p\u003e\n      \u003cp\u003eThe cash-flow bridge plots NOPAT, D\u0026amp;A, CapEx, working capital, and final UFCF using the same data shown in the legend and table. Bars above zero add cash; bars below zero consume cash. The final bar is the calculated total rather than an additional driver. Use the detail table to trace the sequence from EBIT to NOPAT and then to UFCF.\u003c\/p\u003e\n      \u003cp\u003eA positive UFCF indicates that the operating business generated cash after taxes and reinvestment before financing payments. Zero means the modeled cash inflows and outflows offset. Negative UFCF is not automatically a failure: a growing company may intentionally invest heavily in equipment, inventory, or customer acquisition infrastructure. The important question is whether the negative amount is temporary, planned, and supported by future returns.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ufcf-education-section\"\u003e\n      \u003ch3\u003eModeling discipline and common tradeoffs\u003c\/h3\u003e\n      \u003cp\u003eUse figures from one consistent period and one consistent currency scale. Reconcile EBIT to the income statement and D\u0026amp;A, CapEx, and working-capital cash flows to the cash-flow statement. The \u003ca href=\"https:\/\/www.sec.gov\/about\/reports-publications\/investorpubsbegfinstmtguide\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eSEC guide to financial statements\u003c\/a\u003e explains where those statements fit together, while the SEC’s \u003ca href=\"https:\/\/www.sec.gov\/resources-for-investors\/investor-alerts-bulletins\/how-read-10-k10-q\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e10-K and 10-Q reading guide\u003c\/a\u003e helps locate operating results and disclosures in public-company filings.\u003c\/p\u003e\n      \u003cp\u003eAccounting standards classify operating, investing, and financing cash flows, but UFCF itself is a non-GAAP analytical measure. The \u003ca href=\"https:\/\/www.ifrs.org\/issued-standards\/list-of-standards\/ias-7-statement-of-cash-flows\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eIFRS Foundation’s IAS 7 overview\u003c\/a\u003e provides useful context on cash-flow presentation. For valuation study, Aswath Damodaran’s \u003ca href=\"https:\/\/pages.stern.nyu.edu\/~adamodar\/New_Home_Page\/lectures\/fcff.html\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eFCFF valuation materials\u003c\/a\u003e connect after-tax operating income and reinvestment to firm value.\u003c\/p\u003e\n      \u003cp\u003eDo not rely on one period without checking normalization. Acquisition costs, restructuring charges, unusually low taxes, asset-sale proceeds, or a temporary working-capital release can make UFCF look stronger than sustainable cash generation. Conversely, a single year of expansion CapEx can suppress UFCF while building productive capacity. Test several scenarios, compare results with revenue and operating margins, and document which items are recurring. This calculator supports analysis and education; it does not provide personalized investment, tax, legal, or accounting advice.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"FinancialModelsLab","offers":[{"title":"Default Title","offer_id":49909484224755,"sku":"unlevered-free-cash-flow","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6191\/2762\/files\/unlevered-free-cash-flow.webp?v=1783935436","url":"https:\/\/financialmodelslab.com\/products\/unlevered-free-cash-flow","provider":"Financial Models Lab","version":"1.0","type":"link"}