Federal Contractor

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

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

Over the last 5 years, MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION received 2.48 billion in obligated federal spending across 2,834 award actions, averaging 873,845.07 per action. DISA accounted for most obligations, and the largest spend areas were computer systems design services, custom computer programming, and cloud-related computing services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals, counts, and annual values reflect the provided FPDS analysis window and may differ from other reporting periods or filters.

CAGE Code
60128
UEI
FMVPEWNJGLM1
Total Obligated
2.48 billion
2,476,476,942.65
Award Actions
2,834
Average Action Value
873,845.07

About MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION federal contract activity

MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION recorded $2.48 billion in obligations across 2,834 awards in the last 5 years, for an average award value of $873,845.07. The profile indicates sustained federal procurement activity at scale, with award volume concentrated in a relatively small number of high-obligation transactions and recurring service-based buys.

Agency mix and customer concentration

Defense Information Systems Agency (DISA) is the dominant customer, accounting for $1.58 billion across 1,796 awards and representing the clear center of the vendor’s federal business. Outside DISA, obligations are materially smaller and are spread across the Department of the Navy, State Department, Department of the Army, and Department of the Air Force, indicating a defense-led customer base with some civilian diversification.

Industry profile based on NAICS activity

The vendor’s spend is concentrated in NAICS 541512, Computer Systems Design Services, which alone represents $1.60 billion and 1,605 awards. The next largest categories—541511, 518210, and 541519—reinforce a portfolio centered on software development, cloud/infrastructure, and related technical services, with only limited activity in computer facilities management.

Annual contract trend over the analysis window

Annual obligations were broadly stable and remained above $400 million each year in the analysis window, rising from $417.52 million in 2021 to $533.65 million in 2025. The pattern shows a sustained upward trajectory overall, with the highest level in 2025 and only modest year-to-year volatility.

How to interpret this page

This summary is based on FPDS obligations and award counts for the last 5 years, using the vendor identifiers provided (CAGE 60128 and UEI FMVPEWNJGLM1). Agency, NAICS, and annual trend views reflect totals by reported obligations and award count; values are rounded as presented in the source metrics.

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 5 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) 1,580,458,485.63 1.58 billion 1,796
1700 DEPT OF THE NAVY 177,167,628.34 177.17 million 94
1900 STATE, DEPARTMENT OF 130,142,237.12 130.14 million 255
2100 DEPT OF THE ARMY 118,511,446.92 118.51 million 73
5700 DEPT OF THE AIR FORCE 99,941,552.60 99.94 million 91
1501 OFFICES, BOARDS AND DIVISIONS 79,062,713.90 79.06 million 57
1205 USDA, DEPARTMENTAL ADMINISTRATION 50,190,172.38 50.19 million 11
2800 SOCIAL SECURITY ADMINISTRATION 44,461,425.58 44.46 million 68
7013 TRANSPORTATION SECURITY ADMINISTRATION 42,089,359.93 42.09 million 22
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 22,679,423.00 22.68 million 4

Insight

Over the last 5 years, MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION (CAGE 60128) received 2.48 billion across 2,834 awards, with procurement activity highly concentrated at the Defense Information Systems Agency (DISA). DISA accounted for 1.58 billion and 1,796 awards, or roughly 64% of total obligated dollars and about 63% of award volume, indicating a strong dependency on a single agency. The remaining obligations are distributed across multiple civilian and defense agencies, led by the Department of the Navy, Department of State, Department of the Army, and Department of the Air Force, each at materially lower dollar levels.

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 5 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 1,599,105,476.52 1.60 billion 1,605
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 420,190,860.42 420.19 million 269
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 241,797,345.97 241.80 million 382
541519 OTHER COMPUTER RELATED SERVICES 189,617,414.59 189.62 million 448
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 22,804,772.21 22.80 million 86
511210 SOFTWARE PUBLISHERS 1,198,063.11 1.20 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
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 399,937.08 399.94 thousand 8
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 137,376.69 137.38 thousand 5

Insight

Over the last 5 years, obligations for CAGE 60128 total $2.48 billion across 2,834 awards, with spending highly concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $1.60 billion and 1,605 awards. The next largest categories are 541511, Custom Computer Programming Services, at $420.19 million, 518210 at $241.80 million, and 541519 at $189.62 million, indicating that most obligated dollars are concentrated in a small set of IT services NAICS codes. Remaining NAICS categories are comparatively minor, each representing a small share of total obligations and award volume.

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 5 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

Insight

Over the last 5 years, obligations to MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION (CAGE 60128) totaled $2.48 billion across 2,834 awards, with an average award value of about $873.8K. Annual obligated dollars increased steadily from $417.5 million in 2021 to $533.6 million in 2025, indicating a moderate upward trend in spend. Award counts fluctuated year to year, ranging from 493 to 637, suggesting obligations were relatively concentrated in a consistent but variable volume of transactions rather than a single spike year.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.