Microsoft (MSFT) Raw Materials (2009 - 2025)
Microsoft's (MSFT) quarterly Raw Materials came in at $327.0 million in Q1 2025, down 4.11% year-over-year from $341.0 million in Q1 2024, and down 5.22% quarter-over-quarter from $345.0 million in Q4 2024.
Microsoft (MSFT) Raw Materials (2009 - 2025) Analysis & Trends
Microsoft has disclosed Raw Materials across 17 years of filings, most recently posting $327.0 million for Q1 2025.
- In Q1 2025, Raw Materials fell 4.11% year-over-year to $327.0 million; the TTM figure through Mar 2025 stood at $327.0 million (down 4.11% YoY), while the FY2024 annual figure was $394.0 million, down 44.43% from the prior year.
- Raw Materials came in at $327.0 million for Q1 2025 at Microsoft, down from $345.0 million in the prior quarter.
- In the past five years, Raw Materials ranged from a high of $1.4 billion in Q1 2022 to a low of $327.0 million in Q1 2025.
- Average Raw Materials over 5 years is $784.8 million, with a median of $752.0 million recorded in 2021.
- Year-over-year, Raw Materials surged 82.05% in 2022 and tumbled 67.68% in 2024.
- Over 5 years, Raw Materials stood at $944.0 million in 2021, then advanced by 12.29% to $1.1 billion in 2022, then tumbled by 63.96% to $382.0 million in 2023, then decreased by 9.69% to $345.0 million in 2024, then decreased by 5.22% to $327.0 million in 2025.
- Per Business Quant data, the three most recent Raw Materials figures were $327.0 million in Q1 2025, $345.0 million in Q4 2024, and $488.0 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 327.00 Mn |
| Dec 31, 2024 | 345.00 Mn |
| Sep 30, 2024 | 488.00 Mn |
| Jun 30, 2024 | 394.00 Mn |
| Mar 31, 2024 | 341.00 Mn |
| Dec 31, 2023 | 382.00 Mn |
| Sep 30, 2023 | 520.00 Mn |
| Jun 30, 2023 | 709.00 Mn |
| Mar 31, 2023 | 1.06 Bn |
| Dec 31, 2022 | 1.06 Bn |
| Sep 30, 2022 | 1.14 Bn |
| Jun 30, 2022 | 1.14 Bn |
| Mar 31, 2022 | 1.37 Bn |
| Dec 31, 2021 | 944.00 Mn |
| Sep 30, 2021 | 1.18 Bn |
| Jun 30, 2021 | 1.19 Bn |
| Mar 31, 2021 | 752.00 Mn |
| Dec 31, 2020 | 560.00 Mn |
| Sep 30, 2020 | 796.00 Mn |
| Jun 30, 2020 | 700.00 Mn |
Microsoft Raw Materials 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=raw-materials&ticker=MSFT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "ticker": "MSFT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=raw-materials&ticker=MSFT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();