Phillips 66 (PSX) Other Non-Current Assets (2011 - 2026)
Phillips 66's (PSX) quarterly Other Non-Current Assets came in at $3.2 billion in Q2 2026, up 32.33% on a YoY basis from $2.4 billion in Q2 2025, and up 2.33% quarter-over-quarter from $3.1 billion in Q1 2026.
Phillips 66 (PSX) Other Non-Current Assets (2011 - 2026) Analysis & Trends
Phillips 66 (PSX) has reported Other Non-Current Assets for 16 consecutive years, with $3.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non-Current Assets rose 32.33% year-over-year to $3.2 billion; the trailing twelve-month figure through Jun 2026 stood at $3.2 billion (up 32.33% YoY), and the FY2025 full-year result was $3.0 billion, up 30.6% from the prior year.
- Other Non-Current Assets climbed to $3.2 billion in Q2 2026 per PSX's latest filing, from $3.1 billion in the prior quarter.
- Across five years, Other Non-Current Assets topped out at $3.2 billion in Q2 2026 and bottomed at $1.6 billion in Q2 2022.
- Historically, Other Non-Current Assets has averaged $2.3 billion across 5 years, with a median of $2.1 billion in 2022.
- The sharpest annual moves came in 2022 and 2026: Other Non-Current Assets declined 7.02% in 2022, then jumped 32.33% in 2026.
- Over 5 years, Other Non-Current Assets stood at $2.1 billion in 2022, then declined by 0.67% to $2.1 billion in 2023, then gained by 10.5% to $2.3 billion in 2024, then soared by 30.6% to $3.0 billion in 2025, then gained by 6.98% to $3.2 billion in 2026.
- According to Business Quant data, Other Non-Current Assets over the past three periods registered $3.2 billion, $3.1 billion, and $3.0 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | 16.47 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 2.40 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | 2.57 Bn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | 1.74 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | 3.47 Bn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | 919.00 Mn |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 3.21 Bn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | 99.04 Mn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | 2.59 Bn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | 1.63 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.21 Bn |
| Mar 31, 2026 | 3.13 Bn |
| Dec 31, 2025 | 3.00 Bn |
| Sep 30, 2025 | 2.76 Bn |
| Jun 30, 2025 | 2.42 Bn |
| Mar 31, 2025 | 2.49 Bn |
| Dec 31, 2024 | 2.29 Bn |
| Sep 30, 2024 | 2.22 Bn |
| Jun 30, 2024 | 2.16 Bn |
| Mar 31, 2024 | 2.09 Bn |
| Dec 31, 2023 | 2.08 Bn |
| Sep 30, 2023 | 1.96 Bn |
| Jun 30, 2023 | 1.95 Bn |
| Mar 31, 2023 | 1.91 Bn |
| Dec 31, 2022 | 2.09 Bn |
| Sep 30, 2022 | 2.00 Bn |
| Jun 30, 2022 | 1.62 Bn |
| Mar 31, 2022 | 1.68 Bn |
| Dec 31, 2021 | 1.69 Bn |
| Sep 30, 2021 | 1.71 Bn |
Phillips 66 Other Non-Current Assets 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-assets&ticker=PSX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "ticker": "PSX", "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-assets&ticker=PSX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();