Emerson Electric (EMR) Cash from Discontinued Operations (2015 - 2025)
Emerson Electric (EMR) recorded quarterly Cash from Discontinued Operations of -$2.0 million in Q3 2025, down 122.22% on a QoQ basis from $9.0 million in Q2 2025, and down 118.18% YoY from $11.0 million in Q3 2024.
Emerson Electric (EMR) Cash from Discontinued Operations (2015 - 2025) Analysis & Trends
Emerson Electric (EMR) has reported Cash from Discontinued Operations for 8 consecutive years, with -$2.0 million the latest figure, recorded in Q3 2025.
- For the quarter ending Q3 2025, Cash from Discontinued Operations fell 118.18% year-over-year to -$2.0 million; the trailing twelve-month figure through Jun 2026 stood at -$578.0 million (down 2.3% YoY), and the FY2025 full-year result was -$578.0 million, down 3953.33% from the prior year.
- Cash from Discontinued Operations was -$2.0 million for Q3 2025 at Emerson Electric, down from $9.0 million in the prior quarter.
- The five-year high for Cash from Discontinued Operations was $470.0 million in Q2 2022, with the low at -$1.6 billion in Q3 2023.
- Historically, Cash from Discontinued Operations has averaged -$129.4 million across 5 years, with a median of $9.5 million in 2024.
- Annual changes were most pronounced in 2024 — Cash from Discontinued Operations surged 147.92% — and 2025, when it plunged 5950.0%.
- Tracing EMR's Cash from Discontinued Operations over 5 years: stood at $146.0 million in 2021, then decreased by 20.55% to $116.0 million in 2022, then sank by 125.0% to -$29.0 million in 2023, then surged by 137.93% to $11.0 million in 2024, then slumped by 118.18% to -$2.0 million in 2025.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were -$2.0 million in Q3 2025, $9.0 million in Q2 2025, and -$585.0 million in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | - |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | - |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | - |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | - |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | - |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | - |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | - |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn | - |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn | - |
| 10 | Cummins | 72.43 Bn | 68.82 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -2.00 Mn |
| Jun 30, 2025 | 9.00 Mn |
| Mar 31, 2025 | -585.00 Mn |
| Sep 30, 2024 | 11.00 Mn |
| Jun 30, 2024 | 23.00 Mn |
| Mar 31, 2024 | 10.00 Mn |
| Dec 31, 2023 | -29.00 Mn |
| Sep 30, 2023 | -1.63 Bn |
| Jun 30, 2023 | -48.00 Mn |
| Mar 31, 2023 | -507.00 Mn |
| Dec 31, 2022 | 116.00 Mn |
| Jun 30, 2022 | 470.00 Mn |
| Mar 31, 2022 | 209.00 Mn |
| Dec 31, 2021 | 146.00 Mn |
| Jun 30, 2017 | -727.00 Mn |
| Mar 31, 2017 | -601.00 Mn |
| Dec 31, 2016 | -172.00 Mn |
| Sep 30, 2016 | 102.00 Mn |
| Jun 30, 2016 | 90.00 Mn |
| Mar 31, 2016 | 89.00 Mn |
Emerson Electric Cash from Discontinued Operations API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=cash-from-discontinued-operations&ticker=EMR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "ticker": "EMR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-discontinued-operations&ticker=EMR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();