Hp (HPQ) Other Non-Current Liabilities (2009 - 2026)
Hp's (HPQ) quarterly Other Non-Current Liabilities came in at $4.0 billion in Q3 2026, down 3.58% year-over-year from $4.1 billion in Q3 2025, and down 1.39% quarter-over-quarter from $4.0 billion in Q2 2026.
Hp (HPQ) Other Non-Current Liabilities (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Other Non-Current Liabilities for 18 consecutive years, with $4.0 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Other Non-Current Liabilities fell 3.58% year-over-year to $4.0 billion in Q3 2026; TTM through Jul 2026 was $4.0 billion, a 3.58% decrease from a year earlier, with the FY2025 full-year figure at $4.0 billion, down 5.74% from the prior year.
- Other Non-Current Liabilities was $4.0 billion for Q3 2026 at Hp, down from $4.0 billion in the prior quarter.
- Over five years, Other Non-Current Liabilities peaked at $4.7 billion in Q1 2022 and troughed at $4.0 billion in Q3 2026.
- A 5-year average of $4.3 billion and a median of $4.3 billion in 2025 frame the typical range for Other Non-Current Liabilities.
- Across the five-year window, Other Non-Current Liabilities dropped 9.31% in 2022 and rose 1.08% in 2025, its largest moves.
- Over 5 years, Other Non-Current Liabilities stood at $4.5 billion in 2022, then retreated by 4.48% to $4.3 billion in 2023, then slipped by 1.13% to $4.3 billion in 2024, then retreated by 5.74% to $4.0 billion in 2025, then dropped by 1.83% to $4.0 billion in 2026.
- The last three Other Non-Current Liabilities figures came in at $4.0 billion (Q3 2026), $4.0 billion (Q2 2026), and $4.2 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 | 3.96 Bn |
| Apr 30, 2026 | 4.02 Bn |
| Jan 31, 2026 | 4.17 Bn |
| Oct 31, 2025 | 4.04 Bn |
| Jul 31, 2025 | 4.11 Bn |
| Apr 30, 2025 | 4.23 Bn |
| Jan 31, 2025 | 4.30 Bn |
| Oct 31, 2024 | 4.28 Bn |
| Jul 31, 2024 | 4.18 Bn |
| Apr 30, 2024 | 4.18 Bn |
| Jan 31, 2024 | 4.33 Bn |
| Oct 31, 2023 | 4.33 Bn |
| Jul 31, 2023 | 4.45 Bn |
| Apr 30, 2023 | 4.46 Bn |
| Jan 31, 2023 | 4.49 Bn |
| Oct 31, 2022 | 4.53 Bn |
| Jul 31, 2022 | 4.46 Bn |
| Apr 30, 2022 | 4.59 Bn |
| Jan 31, 2022 | 4.67 Bn |
| Oct 31, 2021 | 4.80 Bn |
Hp Other Non-Current Liabilities 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-non-current-liabilities&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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-non-current-liabilities&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();