Hp (HPQ) Gross Profit (2009 - 2026)
Hp's (HPQ) quarterly Gross Profit came in at $2.9 billion in Q3 2026, up 3.3% year-over-year from $2.9 billion in Q3 2025, and down 2.35% quarter-over-quarter from $3.0 billion in Q2 2026.
Hp (HPQ) Gross Profit (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Gross Profit for 18 consecutive years, with $2.9 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Gross Profit rose 3.3% year-over-year to $2.9 billion in Q3 2026; TTM through Jul 2026 was $11.8 billion, a 2.86% increase from a year earlier, with the FY2025 full-year figure at $11.4 billion, down 3.6% from the prior year.
- Gross Profit was $2.9 billion for Q3 2026 at Hp, down from $3.0 billion in the prior quarter.
- Over five years, Gross Profit peaked at $3.4 billion in Q1 2022 and troughed at $2.7 billion in Q4 2022.
- A 5-year average of $2.9 billion and a median of $2.9 billion in 2024 frame the typical range for Gross Profit.
- The widest YoY moves for Gross Profit: up 10.93% in 2023, down 17.81% in 2023.
- Over 5 years, Gross Profit stood at $2.7 billion in 2022, then gained by 10.93% to $3.0 billion in 2023, then rose by 0.54% to $3.0 billion in 2024, then dropped by 1.3% to $3.0 billion in 2025, then fell by 0.57% to $2.9 billion in 2026.
- The last three Gross Profit figures came in at $2.9 billion (Q3 2026), $3.0 billion (Q2 2026), and $2.8 billion (Q1 2026), 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 | 2.95 Bn |
| Apr 30, 2026 | 3.02 Bn |
| Jan 31, 2026 | 2.84 Bn |
| Oct 31, 2025 | 2.96 Bn |
| Jul 31, 2025 | 2.85 Bn |
| Apr 30, 2025 | 2.74 Bn |
| Jan 31, 2025 | 2.84 Bn |
| Oct 31, 2024 | 3.00 Bn |
| Jul 31, 2024 | 2.91 Bn |
| Apr 30, 2024 | 3.02 Bn |
| Jan 31, 2024 | 2.89 Bn |
| Oct 31, 2023 | 2.99 Bn |
| Jul 31, 2023 | 2.82 Bn |
| Apr 30, 2023 | 2.91 Bn |
| Jan 31, 2023 | 2.79 Bn |
| Oct 31, 2022 | 2.69 Bn |
| Jul 31, 2022 | 2.88 Bn |
| Apr 30, 2022 | 3.30 Bn |
| Jan 31, 2022 | 3.39 Bn |
| Oct 31, 2021 | 3.26 Bn |
Hp Gross Profit 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=gross-profit&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();