Microsoft (MSFT) Current Deferred Tax Assets (2009 - 2016)
Microsoft's (MSFT) quarterly Current Deferred Tax Assets came in at $1.6 billion in Q1 2016, down 6.75% year-over-year from $1.7 billion in Q2 2015, and down 2.72% quarter-over-quarter from $1.6 billion in Q4 2015.
Microsoft (MSFT) Current Deferred Tax Assets (2009 - 2016) Analysis & Trends
Microsoft has disclosed Current Deferred Tax Assets across 8 years of filings, most recently posting $1.6 billion for Q1 2016.
- In Q1 2016, Current Deferred Tax Assets fell 6.75% year-over-year to $1.6 billion; the TTM figure through Mar 2016 stood at $1.6 billion (down 6.75% YoY), while the FY2014 annual figure was $1.9 billion, up 18.93% from the prior year.
- Current Deferred Tax Assets came in at $1.6 billion for Q1 2016 at Microsoft, down from $1.6 billion in the prior quarter.
- In the past five years, Current Deferred Tax Assets ranged from a high of $2.4 billion in Q1 2012 to a low of $1.3 billion in Q3 2013.
- Average Current Deferred Tax Assets over 5 years is $1.7 billion, with a median of $1.7 billion recorded in 2013.
- Year-over-year, Current Deferred Tax Assets slumped 38.69% in 2013 and surged 41.81% in 2014.
- Over 5 years, Current Deferred Tax Assets stood at $2.0 billion in 2012, then plunged by 33.03% to $1.3 billion in 2013, then increased by 28.09% to $1.7 billion in 2014, then dropped by 4.88% to $1.6 billion in 2015, then slipped by 2.72% to $1.6 billion in 2016.
- Per Business Quant data, the three most recent Current Deferred Tax Assets figures were $1.6 billion in Q1 2016, $1.6 billion in Q4 2015, and $1.4 billion in Q3 2015.
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, 2016 | 1.57 Bn |
| Dec 31, 2015 | 1.62 Bn |
| Sep 30, 2015 | 1.45 Bn |
| Mar 31, 2015 | 1.69 Bn |
| Dec 31, 2014 | 1.70 Bn |
| Sep 30, 2014 | 1.78 Bn |
| Jun 30, 2014 | 1.94 Bn |
| Mar 31, 2014 | 1.42 Bn |
| Dec 31, 2013 | 1.33 Bn |
| Sep 30, 2013 | 1.26 Bn |
| Jun 30, 2013 | 1.63 Bn |
| Mar 31, 2013 | 1.68 Bn |
| Dec 31, 2012 | 1.98 Bn |
| Sep 30, 2012 | 2.05 Bn |
| Jun 30, 2012 | 2.04 Bn |
| Mar 31, 2012 | 2.35 Bn |
| Dec 31, 2011 | 2.17 Bn |
| Sep 30, 2011 | 2.19 Bn |
| Jun 30, 2011 | 2.47 Bn |
| Mar 31, 2011 | 2.59 Bn |
Microsoft Current Deferred Tax 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=current-deferred-tax-assets&ticker=MSFT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "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=current-deferred-tax-assets&ticker=MSFT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();