Strasmore Research
Learn Matt ConnorBy Matt Connor

Is a Dividend Safe? Free Cash Flow Test

Is a dividend safe? Learn the free cash flow coverage test: operating cash flow minus capex versus dividends paid, plus the filing checks that catch trouble.

Is a dividend safe? The most direct test is a cash test: take the operating cash flow a company reported, subtract the capital spending it needs to keep running, and compare what is left against the cash it actually paid out. That ratio, dividends paid as a share of free cash flow, answers a different question than the yield does. Our dividend yield trap guide starts at the price and asks why a yield got so high. This page starts at the cash flow statement and asks whether the money behind the payout was ever there.

What follows is a framework for reading a filing, not a prediction about any company. Boards declare dividends one quarter at a time and can raise, hold, cut, or suspend them at any meeting, whatever the arithmetic says.

How do you calculate free cash flow dividend coverage?

Every input sits on one page of a 10-K or 10-Q: the consolidated statement of cash flows. Four lines matter.

  • Net cash provided by operating activities, the subtotal that closes the first section.
  • Purchases of property, plant and equipment, usually labeled capital expenditures. Investing section, printed as a negative.
  • Dividends paid. Financing section, also negative.
  • Dividends paid to noncontrolling interests, where a company reports them separately. That cash leaves too, and none of it belongs to common holders.

Free cash flow is operating cash flow minus capital expenditures. Coverage is dividends paid divided by free cash flow, read as a percentage. Under 100% means the payout fit inside the cash the business generated. Over 100% means it did not, and the shortfall came out of the cash balance, out of new borrowing, out of an asset sale, or out of an equity raise. Some desks invert the ratio and quote a multiple, free cash flow over dividends, where 1.0x marks the same break-even line.

Why can the payout ratio look fine on EPS and fail on cash?

The familiar EPS payout ratio divides dividends per share by earnings per share. Earnings are an accrual measure, and the accruals pull away from cash in ordinary, unremarkable ways.

Take a hypothetical manufacturer. It reports $400 million of net income, adds back $200 million of depreciation, and shows $600 million of net cash from operating activities. It spends $450 million on capital expenditures and pays $320 million of dividends. The EPS payout ratio is $320m over $400m: 80%, comfortably inside the line. Free cash flow is $600m minus $450m, or $150 million, and the same dividend is 213% of it. One company, one year, two ratios that disagree by a factor of two and a half.

Both panels below run on those invented figures, entered as constants in the SQL rather than lifted from any filing.

QueryIllustrative year: the reconciliation behind the coverage test (hypothetical manufacturer, $ millions)
The exact SQL behind every number
SELECT
    cash_flow_line,
    usd_millions
FROM
(
    SELECT 'Net income' AS cash_flow_line, 400 AS usd_millions, 1 AS line_order
    UNION ALL
    SELECT 'Depreciation add-back', 200, 2
    UNION ALL
    SELECT 'Net cash from operating activities', 600, 3
    UNION ALL
    SELECT 'Capital expenditures', -450, 4
    UNION ALL
    SELECT 'Free cash flow', 600 - 450, 5
    UNION ALL
    SELECT 'Dividends paid', -320, 6
)
ORDER BY line_order
Run this yourself
QuerySame year, two payout ratios: earnings basis against cash basis (illustrative, percent)
The exact SQL behind every number
SELECT
    ratio_basis,
    ROUND(100.0 * dividends_usd_mm / denominator_usd_mm) AS payout_pct
FROM
(
    SELECT 'Dividends over net income' AS ratio_basis, 320 AS dividends_usd_mm, 400 AS denominator_usd_mm, 1 AS ratio_order
    UNION ALL
    SELECT 'Dividends over free cash flow', 320, 600 - 450, 2
)
ORDER BY ratio_order
Run this yourself

The first panel is one column of a statement of cash flows read top to bottom. The second divides the same $320 million by two different denominators and gets two answers on opposite sides of the line.

The wedge is the $250 million between what the company spent on capital and what it charged as depreciation. Depreciation is booked against earnings at the historical cost of assets bought years ago. Replacement happens in cash at today's prices. The income statement never sees that gap.

Other accruals push the same way. A build in receivables or inventory is cash out with no effect on reported net income. Stock based compensation is added back inside operating cash flow as a non-cash expense, and the cost lands on existing holders as dilution instead. Non-cash impairments push the opposite direction: a goodwill write-down can drive an EPS payout ratio past 100% in a quarter where not one dollar of operating cash moved. For REITs the gap is structural rather than occasional, since property depreciation dominates the income statement, and the industry convention is covered in our REIT payout ratio on FFO guide.

What else can you check in the filings?

A single coverage number is a snapshot. Four second-order checks turn it into a picture, and each one comes out of a document a reader can open.

Eight quarters, not one year. Cash flow statements in a 10-Q are cumulative year to date, so the Q3 filing shows nine months rather than three. To isolate one quarter, subtract the prior quarter's year-to-date figure from the current one. Q4 is the annual 10-K total minus the nine-month figure. Eight quarters lined up separates a coverage ratio drifting in one direction from one bouncing around a seasonal pattern.

Debt maturities and interest coverage. The long-term debt footnote lists principal coming due over the next five years. Operating income divided by interest expense gives a rough interest coverage ratio. A payout that clears free cash flow by a thin margin, in a year with a large maturity landing, is competing with a refinancing for the same dollars.

Buybacks. Repurchases of common stock sit a line or two from dividends paid in the financing section. Add the two and divide by free cash flow for a total shareholder payout. A company at 70% on dividends and 130% on dividends plus buybacks holds a lever it can pull before it touches the dividend, and a paused buyback program never carries the weight of a cut.

Asset sales. Proceeds from divestitures and property disposals sit in the investing section. Cash from a sale funds a payout once. A run of disposals sitting alongside coverage above 100% is worth reading as one story.

Two dividend cuts, read from the cash flow statement

Neither example is a forecast. Both are finished history.

General Electric, 2017 and 2018. GE cut its quarterly common dividend from 24 cents a share to 12 cents on November 13, 2017, then from 12 cents to 1 cent on December 7, 2018, per the company announcements of those dates. Through the preceding years the common dividend ran to roughly $8 billion annually, above the industrial free cash flow GE itself reported and guided to over the same period. The difference had been met with cash moving up from GE Capital and with divestiture proceeds, both visible in the investing and financing sections well before November 2017. That is the shape the coverage test is built to surface: an operating business distributing more cash than it generated, with the gap filled by sources that do not repeat.

Kraft Heinz, February 2019. Kraft Heinz reduced its quarterly dividend from 62.5 cents a share to 40 cents on February 21, 2019, announced with fourth-quarter 2018 results that carried a $15.4 billion non-cash impairment of goodwill and intangible assets. The impairment moved EPS violently and moved operating cash flow not at all, the exact disagreement described above. A reader working from the EPS payout ratio was holding a number that had lost its meaning for the quarter. A reader working from cash saw an operating engine attached to a balance sheet carrying merger-era leverage the company had publicly committed to reduce.

Read enough of these and the pattern repeats: coverage above 100% across a stretch of quarters, a financing section leaning on new borrowing, an investing section leaning on disposals, and a deleveraging commitment sitting in the same document as the dividend. Our guide to dividend cuts covers the mechanics of the announcement itself, and a single-company page such as Verizon's dividend history shows how a declaration record reads over time.

None of that is a prediction, and no ratio is one. A board with an under-covered dividend can close the gap by trimming capex, selling a division, or carrying more leverage for a year, and many have. The test tells you where the cash came from. The next board meeting is its own event.

FAQ

What is a good free cash flow payout ratio?

There is no official threshold. Under 100% means the dividend fit inside the cash the business generated after capital spending, and the further under, the more room to absorb a weak year. Capital-light businesses run far below the line while capital-heavy ones sit close to it, so the comparison that means anything is against a company's own history and its direct competitors.

Can a company pay a dividend when free cash flow is negative?

Yes, and some do for years at a stretch. The cash comes from the balance sheet, from new borrowing, or from selling assets, all of which appear in the investing and financing sections of the same statement. It continues for as long as those sources last.

Is dividends paid the same as dividends declared?

No. Declared is the board's commitment, recorded in the equity statement and the dividend footnote. Paid is the cash that actually left during the period, recorded in financing. A period end falling between the declaration date and the payment date puts the two out of step, which is ordinary.

Does the free cash flow test work for REITs and banks?

Not as written. REIT earnings and cash flow are both distorted by property depreciation, and the sector uses FFO and AFFO instead. Banks carry no meaningful capex line and are assessed on regulatory capital, so an industrial coverage ratio misreads both.

Where do the numbers in the two panels come from?

They are constants written into the SQL, a teaching example rather than any company's reported results. Open the SQL under either panel and the arithmetic is the whole of it: six lines in the first, one division each in the second.


The whole framework runs on four lines from one statement, and the work is lining those lines up across eight quarters. The Strasmore terminal pulls them for a ticker and stacks them period by period.