Federal Contractor

MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION (CAGE 60128, UEI FMVPEWNJGLM1) covering the last 10 years of FPDS awards.

Over the last 10 years, MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION recorded $4.22 billion in obligated federal awards across 5,364 actions, with an average action value of $786,569.17. Activity is concentrated at DISA and in computer systems design and related IT services, with annual obligations remaining above $417 million from 2021 through 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable and exact obligated amounts from the provided FPDS analysis window and are limited to the agencies, NAICS codes, and years listed.

CAGE Code
60128
UEI
FMVPEWNJGLM1
Total Obligated
4.22 billion
4,219,157,065.70
Award Actions
5,364
Average Action Value
786,569.17

About MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION federal contract activity

MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION, CAGE 60128 and UEI FMVPEWNJGLM1, recorded 4.22 billion in obligated awards across 5,364 actions over the last 10 years, for an average award value of 786,569.17. The profile indicates sustained federal demand centered on information technology delivery, with activity concentrated in large civilian and defense customers.

Agency mix and customer concentration

Defense Information Systems Agency is the dominant buyer, accounting for 2.64 billion across 2,984 awards and representing the bulk of the vendor’s federal business. The remaining top agencies show a diversified but still public-sector-heavy footprint, led by the Department of State, the Army, the Navy, and the Air Force, each contributing material but much smaller shares of obligated dollars.

Industry profile based on NAICS activity

The NAICS profile is heavily weighted toward computer systems design services, which alone represents 2.74 billion and 2,944 awards. Supporting categories include custom computer programming, other computer-related services, cloud and hosting-related services, and computer facilities management, indicating a mix of software, integration, infrastructure, and managed services work rather than a narrow product-only profile.

Annual contract trend over the analysis window

Annual obligations remained elevated and relatively steady in the most recent years shown, with 533.65 million in 2025 and 527.64 million in 2024. From 2021 through 2025, annual obligated value increased from 417.52 million to more than 500 million each year, while award counts fluctuated without a clear linear pattern, suggesting stable recurring procurement demand with variable contract packaging or ordering cadence.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 60128 and UEI FMVPEWNJGLM1 for the last 10 years. Obligated dollars, award counts, agency rankings, NAICS groupings, and annual trend figures are descriptive aggregates from the provided dataset and should be interpreted as procurement activity captured in FPDS, not as a complete measure of all business with the vendor.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '60128'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 2,644,952,320.12 2.64 billion 2,984
1900 STATE, DEPARTMENT OF 265,434,096.44 265.43 million 480
2100 DEPT OF THE ARMY 260,493,334.67 260.49 million 198
1700 DEPT OF THE NAVY 216,748,462.79 216.75 million 151
5700 DEPT OF THE AIR FORCE 198,595,155.30 198.60 million 174
1501 OFFICES, BOARDS AND DIVISIONS 135,250,449.19 135.25 million 167
7013 TRANSPORTATION SECURITY ADMINISTRATION 75,683,395.29 75.68 million 63
2800 SOCIAL SECURITY ADMINISTRATION 55,662,595.57 55.66 million 97
1205 USDA, DEPARTMENTAL ADMINISTRATION 50,773,832.38 50.77 million 14
7001 OFFICE OF PROCUREMENT OPERATIONS 39,273,458.68 39.27 million 177

Insight

Over the last 10 years, Microsoft Corporation (CAGE 60128) received $4.22 billion across 5,364 awards, with obligations highly concentrated at DISA, which accounts for $2.64 billion and 2,984 awards, or roughly 63% of total obligated value. The next largest agencies are the Department of State, Army, Navy, and Air Force, each at substantially lower levels, indicating a broad but defense-weighted customer base with a pronounced concentration in one lead agency. Outside the top five, obligations drop below $136 million per agency, suggesting a long tail of smaller-dollar activity across multiple civilian and defense accounts.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '60128'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,743,515,567.47 2.74 billion 2,944
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 609,365,985.56 609.37 million 475
541519 OTHER COMPUTER RELATED SERVICES 428,478,689.52 428.48 million 1,173
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 244,239,581.57 244.24 million 395
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 180,629,217.04 180.63 million 252
511210 SOFTWARE PUBLISHERS 5,865,853.75 5.87 million 48
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 2,646,225.24 2.65 million 5
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,619,117.00 1.62 million 11
561499 ALL OTHER BUSINESS SUPPORT SERVICES 626,000.00 626.00 thousand 4
513210 SOFTWARE PUBLISHERS 554,050.82 554.05 thousand 6

Insight

Over the last 10 years, obligations to MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION under CAGE 60128 totaled $4.22 billion across 5,364 awards, with spending highly concentrated in NAICS 541512, COMPUTER SYSTEMS DESIGN SERVICES, which accounts for $2.74 billion and 2,944 awards. The next largest categories—541511, CUSTOM COMPUTER PROGRAMMING SERVICES; 541519, OTHER COMPUTER RELATED SERVICES; 518210, COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES; and 541513, COMPUTER FACILITIES MANAGEMENT SERVICES—add another $1.46 billion, indicating a strong concentration in IT services and related support activities. All remaining NAICS categories are comparatively minor and individually represent less than $6 million each.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '60128'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 533,645,074.94 533.65 million 587
2024 527,641,806.46 527.64 million 621
2023 514,350,354.39 514.35 million 493
2022 483,323,000.52 483.32 million 496
2021 417,516,706.34 417.52 million 637
2020 483,313,862.30 483.31 million 707
2019 423,781,955.95 423.78 million 554
2018 469,753,234.16 469.75 million 603
2017 364,853,288.63 364.85 million 655
2016 977,782.01 977.78 thousand 11

Insight

Over the last 10 years, MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION has obligated 4.22 billion across 5,364 awards, averaging 786,569.17 per award. Obligations are highly concentrated in the most recent years, with 2023-2025 each exceeding 514 million and 2025 reaching 533.65 million; this is materially above the pre-2021 range. Award volume has generally varied between 493 and 707 awards annually since 2017, indicating sustained transaction activity, while 2016 is an outlier at 977.78 thousand across 11 awards.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.