Hp (HPQ) Cash from Investing Activities (2009 - 2026)
Hp's (HPQ) quarterly Cash from Investing Activities came in at -$182.0 million in Q3 2026, down 1010.0% year-over-year from $20.0 million in Q3 2025, and down 1200.0% quarter-over-quarter from -$14.0 million in Q2 2026.
Hp (HPQ) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Cash from Investing Activities for 18 consecutive years, with -$182.0 million the latest figure, recorded in Q3 2026.
- On a quarterly basis, Cash from Investing Activities fell 1010.0% year-over-year to -$182.0 million in Q3 2026; TTM through Jul 2026 was -$529.0 million, a 57.51% increase from a year earlier, with the FY2025 full-year figure at -$1.2 billion, down 82.2% from the prior year.
- Cash from Investing Activities was -$182.0 million for Q3 2026 at Hp, down from -$14.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $20.0 million in Q3 2025 and troughed at -$2.9 billion in Q4 2022.
- A 5-year average of -$338.3 million and a median of -$182.0 million in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities sank 9233.33% in 2022 and soared 108.44% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$2.9 billion in 2022, then jumped by 99.3% to -$20.0 million in 2023, then slumped by 560.0% to -$132.0 million in 2024, then jumped by 51.52% to -$64.0 million in 2025, then slumped by 184.38% to -$182.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$182.0 million (Q3 2026), -$14.0 million (Q2 2026), and -$269.0 million (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | -182.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -182.00 Mn |
| Apr 30, 2026 | -14.00 Mn |
| Jan 31, 2026 | -269.00 Mn |
| Oct 31, 2025 | -64.00 Mn |
| Jul 31, 2025 | 20.00 Mn |
| Apr 30, 2025 | -833.00 Mn |
| Jan 31, 2025 | -300.00 Mn |
| Oct 31, 2024 | -132.00 Mn |
| Jul 31, 2024 | -237.00 Mn |
| Apr 30, 2024 | -49.00 Mn |
| Jan 31, 2024 | -228.00 Mn |
| Oct 31, 2023 | -20.00 Mn |
| Jul 31, 2023 | -129.00 Mn |
| Apr 30, 2023 | -6.00 Mn |
| Jan 31, 2023 | -435.00 Mn |
| Oct 31, 2022 | -2.88 Bn |
| Jul 31, 2022 | -211.00 Mn |
| Apr 30, 2022 | -182.00 Mn |
| Jan 31, 2022 | -280.00 Mn |
| Oct 31, 2021 | -400.00 Mn |
Hp Cash from Investing Activities 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-investing-activities&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();