Hp (HPQ) Non Operating Income (2009 - 2026)
Hp's (HPQ) quarterly Non Operating Income came in at -$94.0 million in Q3 2026, down 2.17% year-over-year from -$96.1 million in Q3 2025, and up 21.01% quarter-over-quarter from -$119.0 million in Q2 2026.
Hp (HPQ) Non Operating Income (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Non Operating Income for 18 consecutive years, with -$94.0 million the latest figure, recorded in Q3 2026.
- On a quarterly basis, Non Operating Income fell 2.17% year-over-year to -$94.0 million in Q3 2026; TTM through Jul 2026 was -$426.0 million, a 16.47% increase from a year earlier, with the FY2025 full-year figure at -$506.0 million, up 6.12% from the prior year.
- Non Operating Income was -$94.0 million for Q3 2026 at Hp, up from -$119.0 million in the prior quarter.
- Over five years, Non Operating Income peaked at -$16.0 million in Q3 2023 and troughed at -$181.0 million in Q1 2023.
- A 5-year average of -$110.5 million and a median of -$119.0 million in 2026 frame the typical range for Non Operating Income.
- Across the five-year window, Non Operating Income jumped 77.14% in 2023 and slumped 606.25% in 2024, its largest moves.
- Over 5 years, Non Operating Income stood at -$94.0 million in 2022, then sank by 72.34% to -$162.0 million in 2023, then advanced by 20.37% to -$129.0 million in 2024, then gained by 3.1% to -$125.0 million in 2025, then climbed by 24.8% to -$94.0 million in 2026.
- The last three Non Operating Income figures came in at -$94.0 million (Q3 2026), -$119.0 million (Q2 2026), and -$88.0 million (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | -94.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -94.00 Mn |
| Apr 30, 2026 | -119.00 Mn |
| Jan 31, 2026 | -88.00 Mn |
| Oct 31, 2025 | -125.00 Mn |
| Jul 31, 2025 | -92.00 Mn |
| Apr 30, 2025 | -148.00 Mn |
| Jan 31, 2025 | -141.00 Mn |
| Oct 31, 2024 | -129.00 Mn |
| Jul 31, 2024 | -113.00 Mn |
| Apr 30, 2024 | -155.00 Mn |
| Jan 31, 2024 | -142.00 Mn |
| Oct 31, 2023 | -162.00 Mn |
| Jul 31, 2023 | -16.00 Mn |
| Apr 30, 2023 | -160.00 Mn |
| Jan 31, 2023 | -181.00 Mn |
| Oct 31, 2022 | -94.00 Mn |
| Jul 31, 2022 | -70.00 Mn |
| Apr 30, 2022 | -41.00 Mn |
| Jan 31, 2022 | -30.00 Mn |
| Oct 31, 2021 | 2.32 Bn |
Hp Non Operating Income 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=non-operating-income&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "HPQ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();