Hp (HPQ) Other Working Capital Changes (2009 - 2026)
Hp's (HPQ) quarterly Other Working Capital Changes came in at -$63.0 million in Q3 2011, down 243.18% year-over-year from $44.0 million in Q3 2010, and down 80.0% quarter-over-quarter from -$35.0 million in Q2 2011.
Hp (HPQ) Other Working Capital Changes (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Other Working Capital Changes for 3 consecutive years, with -$63.0 million the latest figure, recorded in Q3 2011.
- On a quarterly basis, Other Working Capital Changes fell 243.18% year-over-year to -$63.0 million in Q3 2011; TTM through Jul 2011 was -$226.0 million, a 234.52% decrease from a year earlier, with the FY2010 full-year figure at $169.0 million, up 668.18% from the prior year.
- Other Working Capital Changes was -$63.0 million for Q3 2011 at Hp, down from -$35.0 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $1.1 billion in Q3 2022 and troughed at -$671.0 million in Q3 2026.
- A 5-year average of $85.1 million and a median of $80.0 million in 2024 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes surged 2800.0% in 2010 and plunged 243.18% in 2011, its largest moves.
- Over 3 years, Other Working Capital Changes stood at -$25.0 million in 2009, then rose by 4.0% to -$24.0 million in 2010, then slumped by 162.5% to -$63.0 million in 2011.
- The last three Other Working Capital Changes figures came in at -$63.0 million (Q3 2011), -$35.0 million (Q2 2011), and -$104.0 million (Q1 2011), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -671.00 Mn |
| Jul 31, 2026 | -671.00 Mn |
| Apr 30, 2026 | -506.00 Mn |
| Apr 30, 2026 | -506.00 Mn |
| Jan 31, 2026 | 836.00 Mn |
| Jan 31, 2026 | 836.00 Mn |
| Oct 31, 2025 | -220.00 Mn |
| Oct 31, 2025 | -220.00 Mn |
| Jul 31, 2025 | 111.00 Mn |
| Jul 31, 2025 | 111.00 Mn |
| Apr 30, 2025 | -584.00 Mn |
| Apr 30, 2025 | -584.00 Mn |
| Jan 31, 2025 | 420.00 Mn |
| Jan 31, 2025 | 420.00 Mn |
| Oct 31, 2024 | 472.00 Mn |
| Oct 31, 2024 | 472.00 Mn |
| Jul 31, 2024 | 27.00 Mn |
| Jul 31, 2024 | 27.00 Mn |
| Apr 30, 2024 | 80.00 Mn |
| Apr 30, 2024 | 80.00 Mn |
Hp Other Working Capital Changes 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=other-working-capital-changes&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();