Hp (HPQ) Shares Outstanding (2009 - 2026)
Hp's (HPQ) quarterly Shares Outstanding (Entity) came in at $903.0 million in Q3 2026, down 3.83% year-over-year from $939.0 million in Q3 2025, and down 1.2% quarter-over-quarter from $914.0 million in Q2 2026.
Hp (HPQ) Shares Outstanding (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Shares Outstanding (Entity) for 18 consecutive years, with $903.0 million the latest figure, recorded in Q3 2026.
- On a quarterly basis, Shares Outstanding (Entity) fell 3.83% year-over-year to $903.0 million in Q3 2026; TTM through Jul 2026 was $903.0 million, a 3.83% decrease from a year earlier, with the FY2025 full-year figure at $921.0 million, down 1.92% from the prior year.
- Shares Outstanding (Entity) was $903.0 million for Q3 2026 at Hp, down from $914.0 million in the prior quarter.
- Over five years, Shares Outstanding (Entity) peaked at $1.1 billion in Q1 2022 and troughed at $903.0 million in Q3 2026.
- A 5-year average of $966.7 million and a median of $978.0 million in 2024 frame the typical range for Shares Outstanding (Entity).
- Across the five-year window, Shares Outstanding (Entity) declined 15.4% in 2022 and rose 0.92% in 2023, its largest moves.
- Over 5 years, Shares Outstanding (Entity) stood at $980.0 million in 2022, then climbed by 0.92% to $989.0 million in 2023, then declined by 5.06% to $939.0 million in 2024, then dropped by 1.92% to $921.0 million in 2025, then retreated by 1.95% to $903.0 million in 2026.
- The last three Shares Outstanding (Entity) figures came in at $903.0 million (Q3 2026), $914.0 million (Q2 2026), and $917.0 million (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 919.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 919.00 Mn |
| Apr 30, 2026 | 922.00 Mn |
| Jan 31, 2026 | 926.00 Mn |
| Oct 31, 2025 | 946.00 Mn |
| Jul 31, 2025 | 947.00 Mn |
| Apr 30, 2025 | 950.00 Mn |
| Jan 31, 2025 | 948.00 Mn |
| Oct 31, 2024 | 979.00 Mn |
| Jul 31, 2024 | 979.00 Mn |
| Apr 30, 2024 | 984.00 Mn |
| Jan 31, 2024 | 995.00 Mn |
| Oct 31, 2023 | 992.00 Mn |
| Jul 31, 2023 | 993.00 Mn |
| Apr 30, 2023 | 991.00 Mn |
| Jan 31, 2023 | 989.00 Mn |
| Oct 31, 2022 | 1.04 Bn |
| Jul 31, 2022 | 1.02 Bn |
| Apr 30, 2022 | 1.05 Bn |
| Jan 31, 2022 | 1.08 Bn |
| Oct 31, 2021 | 1.21 Bn |
Hp Shares Outstanding 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=shares-outstanding&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();