Hp (HPQ) Change in Inventory (2009 - 2026)
Hp's (HPQ) quarterly Change in Inventory came in at $1.2 billion in Q3 2026, up 486.43% year-over-year from $199.0 million in Q3 2025, and up 145.68% quarter-over-quarter from $475.0 million in Q2 2026.
Hp (HPQ) Change in Inventory (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Change in Inventory for 18 consecutive years, with $1.2 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Change in Inventory rose 486.43% year-over-year to $1.2 billion in Q3 2026; TTM through Jul 2026 was $2.1 billion, a 261.23% increase from a year earlier, with the FY2025 full-year figure at $828.0 million, down 2.82% from the prior year.
- Change in Inventory was $1.2 billion for Q3 2026 at Hp, up from $475.0 million in the prior quarter.
- Over five years, Change in Inventory peaked at $1.3 billion in Q1 2022 and troughed at -$784.0 million in Q4 2022.
- A 5-year average of $142.1 million and a median of $47.0 million in 2024 frame the typical range for Change in Inventory.
- Across the five-year window, Change in Inventory sank 1957.14% in 2023 and soared 2650.0% in 2024, its largest moves.
- Over 5 years, Change in Inventory stood at -$784.0 million in 2022, then surged by 61.22% to -$304.0 million in 2023, then surged by 66.78% to -$101.0 million in 2024, then soared by 255.45% to $157.0 million in 2025, then surged by 643.31% to $1.2 billion in 2026.
- The last three Change in Inventory figures came in at $1.2 billion (Q3 2026), $475.0 million (Q2 2026), and $260.0 million (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 1.17 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 1.17 Bn |
| Apr 30, 2026 | 475.00 Mn |
| Jan 31, 2026 | 260.00 Mn |
| Oct 31, 2025 | 157.00 Mn |
| Jul 31, 2025 | 199.00 Mn |
| Apr 30, 2025 | -279.00 Mn |
| Jan 31, 2025 | 751.00 Mn |
| Oct 31, 2024 | -101.00 Mn |
| Jul 31, 2024 | 275.00 Mn |
| Apr 30, 2024 | 631.00 Mn |
| Jan 31, 2024 | 47.00 Mn |
| Oct 31, 2023 | -304.00 Mn |
| Jul 31, 2023 | 10.00 Mn |
| Apr 30, 2023 | -144.00 Mn |
| Jan 31, 2023 | -230.00 Mn |
| Oct 31, 2022 | -784.00 Mn |
| Jul 31, 2022 | -700.00 Mn |
| Apr 30, 2022 | -7.00 Mn |
| Jan 31, 2022 | 1.28 Bn |
| Oct 31, 2021 | -45.00 Mn |
Hp Change in Inventory 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=change-in-inventory&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();