Hp (HPQ) Deferred Taxes (2009 - 2026)
Hp's (HPQ) quarterly Deferred Taxes came in at -$42.0 million in Q3 2026, down 362.5% year-over-year from $16.0 million in Q3 2025, and down 44.83% quarter-over-quarter from -$29.0 million in Q2 2026.
Hp (HPQ) Deferred Taxes (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Deferred Taxes for 18 consecutive years, with -$42.0 million the latest figure, recorded in Q3 2026.
- On a quarterly basis, Deferred Taxes fell 362.5% year-over-year to -$42.0 million in Q3 2026; TTM through Jul 2026 was -$49.0 million, a 81.01% increase from a year earlier, with the FY2025 full-year figure at -$6.0 million, up 95.08% from the prior year.
- Deferred Taxes was -$42.0 million for Q3 2026 at Hp, down from -$29.0 million in the prior quarter.
- Over five years, Deferred Taxes peaked at $526.0 million in Q4 2022 and troughed at -$685.0 million in Q2 2023.
- A 5-year average of -$30.7 million and a median of -$6.0 million in 2022 frame the typical range for Deferred Taxes.
- Across the five-year window, Deferred Taxes soared 207.57% in 2022 and sank 11316.67% in 2023, its largest moves.
- Over 5 years, Deferred Taxes stood at $526.0 million in 2022, then tumbled by 128.33% to -$149.0 million in 2023, then fell by 28.19% to -$191.0 million in 2024, then surged by 131.94% to $61.0 million in 2025, then plunged by 168.85% to -$42.0 million in 2026.
- The last three Deferred Taxes figures came in at -$42.0 million (Q3 2026), -$29.0 million (Q2 2026), and -$39.0 million (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | -42.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -42.00 Mn |
| Apr 30, 2026 | -29.00 Mn |
| Jan 31, 2026 | -39.00 Mn |
| Oct 31, 2025 | 61.00 Mn |
| Jul 31, 2025 | 16.00 Mn |
| Apr 30, 2025 | -60.00 Mn |
| Jan 31, 2025 | -23.00 Mn |
| Oct 31, 2024 | -191.00 Mn |
| Jul 31, 2024 | 69.00 Mn |
| Apr 30, 2024 | 5.00 Mn |
| Jan 31, 2024 | -5.00 Mn |
| Oct 31, 2023 | -149.00 Mn |
| Jul 31, 2023 | 51.00 Mn |
| Apr 30, 2023 | -685.00 Mn |
| Jan 31, 2023 | -140.00 Mn |
| Oct 31, 2022 | 526.00 Mn |
| Jul 31, 2022 | 52.00 Mn |
| Apr 30, 2022 | -6.00 Mn |
| Jan 31, 2022 | 5.00 Mn |
| Oct 31, 2021 | -489.00 Mn |
Hp Deferred Taxes 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=deferred-taxes&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();