Pearson (PSO) Asset Utilization Ratio (2010 - 2025)
Pearson (PSO) posted Asset Utilization Ratio of 1.03 for Q4 2025, little changed on a QoQ basis from 1.03 in Q4 2024, and little changed year-over-year from 1.03 in Q4 2024.
Pearson (PSO) Asset Utilization Ratio (2010 - 2025) Analysis & Trends
Pearson has reported Asset Utilization Ratio for 11 years, with the latest figure at 1.03 in Q4 2025.
- On a quarterly basis, Asset Utilization Ratio changed 0.16% year-over-year to 1.03 in Q4 2025; TTM through Dec 2025 was 1.03, a 0.16% change from a year earlier, with the FY2025 full-year figure at 0.55, up 2.92% from the prior year.
- Asset Utilization Ratio was 1.03 for Q4 2025 at Pearson, roughly flat from 1.03 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 1.09 in Q4 2021, with the low at 1.03 in Q4 2024.
- Average Asset Utilization Ratio over 5 years is 1.05, with a median of 1.04 recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Asset Utilization Ratio decreased 4.63% in 2022, then climbed 1.21% in 2023.
- Over 5 years, Asset Utilization Ratio stood at 1.09 in 2021, then declined by 4.63% to 1.04 in 2022, then grew by 1.21% to 1.05 in 2023, then dropped by 2.24% to 1.03 in 2024, then gained by 0.16% to 1.03 in 2025.
- The last three Asset Utilization Ratio figures came in at 1.03 (Q4 2025), 1.03 (Q4 2024), and 1.05 (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn | 0.37 |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - | 0.77 |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn | 0.45 |
| 4 | News | 17.37 Bn | 15.99 Bn | - | 0.58 |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn | 0.28 |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn | 1.03 |
| 7 | New York Times | 9.93 Bn | 9.27 Bn | 394.61 Mn | 1.02 |
| 8 | Sirius Xm Holdings | 8.86 Bn | 8.68 Bn | 1.44 Bn | 0.32 |
| 9 | 36Kr Holdings | 6.17 Bn | 6.15 Bn | - | - |
| 10 | Wpp | 5.43 Bn | 2.51 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.03 |
| Dec 31, 2024 | 1.03 |
| Dec 31, 2023 | 1.05 |
| Dec 31, 2022 | 1.04 |
| Dec 31, 2021 | 1.09 |
| Dec 31, 2016 | 1.08 |
| Dec 31, 2015 | 1.03 |
| Dec 31, 2014 | 1.23 |
| Dec 31, 2013 | 1.55 |
| Dec 31, 2011 | 1.38 |
| Dec 31, 2010 | 1.65 |
Pearson Asset Utilization Ratio 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=asset-utilization-ratio&ticker=PSO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "ticker": "PSO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=asset-utilization-ratio&ticker=PSO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();