Microsoft (MSFT) Change in Account Payables (2009 - 2026)
Microsoft's (MSFT) quarterly Change in Account Payables came in at $2.4 billion in Q2 2026, up 462.73% year-over-year from $420.3 million in Q2 2025, and up 1.94% quarter-over-quarter from $2.3 billion in Q1 2026.
Microsoft (MSFT) Change in Account Payables (2009 - 2026) Analysis & Trends
Microsoft has disclosed Change in Account Payables across 18 years of filings, most recently posting $2.4 billion for Q2 2026.
- In Q2 2026, Change in Account Payables rose 462.73% year-over-year to $2.4 billion; the TTM figure through Jun 2026 stood at $5.3 billion (up 825.83% YoY), while the FY2026 annual figure was $5.3 billion, up 825.83% from the prior year.
- Change in Account Payables came in at $2.4 billion for Q2 2026 at Microsoft, up from $2.3 billion in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $4.2 billion in Q2 2024 to a low of -$2.5 billion in Q4 2023.
- Average Change in Account Payables over 5 years is $546.7 million, with a median of $803.0 million recorded in 2024.
- Year-over-year, Change in Account Payables tumbled 975.74% in 2022 and surged 462.73% in 2026.
- Over 5 years, Change in Account Payables stood at -$2.1 billion in 2022, then declined by 22.5% to -$2.5 billion in 2023, then jumped by 138.0% to $958.0 million in 2024, then rose by 24.95% to $1.2 billion in 2025, then soared by 97.58% to $2.4 billion in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were $2.4 billion in Q2 2026, $2.3 billion in Q1 2026, and $1.2 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 2.37 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 | 18.50 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 | 16.32 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 |
|---|---|
| Jun 30, 2026 | 2.37 Bn |
| Mar 31, 2026 | 2.32 Bn |
| Dec 31, 2025 | 1.20 Bn |
| Sep 30, 2025 | -614.00 Mn |
| Jun 30, 2025 | -652.00 Mn |
| Mar 31, 2025 | 1.18 Bn |
| Dec 31, 2024 | 958.00 Mn |
| Sep 30, 2024 | -916.00 Mn |
| Jun 30, 2024 | 4.20 Bn |
| Mar 31, 2024 | 648.00 Mn |
| Dec 31, 2023 | -2.52 Bn |
| Sep 30, 2023 | 1.21 Bn |
| Jun 30, 2023 | 1.31 Bn |
| Mar 31, 2023 | -407.00 Mn |
| Dec 31, 2022 | -2.06 Bn |
| Sep 30, 2022 | -1.57 Bn |
| Jun 30, 2022 | 2.66 Bn |
| Mar 31, 2022 | 520.00 Mn |
| Dec 31, 2021 | 235.00 Mn |
| Sep 30, 2021 | -471.00 Mn |
Microsoft Change in Account Payables 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=change-in-account-payables&ticker=MSFT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=MSFT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();