Federal Contractor

INTERNATIONAL BUSINESS MACHINES CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for INTERNATIONAL BUSINESS MACHINES CORPORATION (CAGE 3BXY7, UEI VV9KH3L99VE3) covering the last 10 years of FPDS award activity.

INTERNATIONAL BUSINESS MACHINES CORPORATION recorded 7,734 award actions with $9.12 billion obligated over the last 10 years, for an average action value of $1.18 million. Its largest federal customer bases were the Department of the Navy, Department of the Army, Social Security Administration, Internal Revenue Service, and Department of Veterans Affairs.

Generated at 03/21/2026

Analysis period: Last 10 years

Agency, NAICS, and annual figures reflect obligated dollars and award counts within the selected analysis window.

CAGE Code
3BXY7
UEI
VV9KH3L99VE3
Total Obligated
9.12 billion
9,121,180,647.16
Award Actions
7,734
Average Action Value
1,179,361.34

About INTERNATIONAL BUSINESS MACHINES CORPORATION federal contract activity

INTERNATIONAL BUSINESS MACHINES CORPORATION (CAGE 3BXY7, UEI VV9KH3L99VE3) recorded 7,734 FPDS awards and $9.12 billion in obligated dollars over the last 10 years, for an average award value of $1.18 million. The profile reflects a large-scale, recurring federal supplier with material activity across multiple civilian and defense customers.

Agency mix and customer concentration

Obligations are concentrated in a small set of large agencies, led by the Department of the Navy at $1.22 billion across 509 awards. The Army, Social Security Administration, Internal Revenue Service, and Department of Veterans Affairs each contributed between roughly $803.81 million and $909.45 million, indicating a diversified but still top-heavy customer base. This mix suggests exposure to both defense modernization and civilian IT/service demand.

Industry profile based on NAICS activity

The vendor’s obligations are dominated by IT and technical service categories, led by NAICS 541512 Computer Systems Design Services at $2.18 billion and 1,275 awards. Other major lines include 541519 Other Computer Related Services, 541511 Custom Computer Programming Services, 541330 Engineering Services, and 518210 Data Processing, Hosting, and Related Services. Collectively, these categories indicate a portfolio centered on systems integration, software, hosting, and engineering support rather than a narrow product line.

Annual contract trend over the analysis window

Annual obligations in the displayed period remain above $900 million each year, with a recent high of $1.12 billion in 2024 and $1.09 billion in 2023. Award counts have trended downward from 862 in 2021 to 518 in 2025, while obligations remained elevated, implying larger-average awards in the more recent years. The pattern is consistent with continuing enterprise-scale federal work rather than episodic procurement activity.

How to interpret this page

This summary uses FPDS obligations and award counts associated with the vendor’s CAGE code and UEI over the last 10 years. Agency, NAICS, and annual trend sections are based on the provided top-ranked slices of the underlying FPDS analysis and describe concentration, not the full distribution. Values are reported as provided and rounded only where the source data is already expressed in readable form.

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 = '3BXY7'
        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
1700 DEPT OF THE NAVY 1,221,460,152.30 1.22 billion 509
2100 DEPT OF THE ARMY 909,447,263.08 909.45 million 703
2800 SOCIAL SECURITY ADMINISTRATION 884,294,200.85 884.29 million 269
2050 INTERNAL REVENUE SERVICE 813,451,064.93 813.45 million 681
3600 VETERANS AFFAIRS, DEPARTMENT OF 803,812,278.41 803.81 million 219
4732 FEDERAL ACQUISITION SERVICE 659,989,029.89 659.99 million 408
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 587,745,598.97 587.75 million 597
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 516,646,462.56 516.65 million 314
7013 TRANSPORTATION SECURITY ADMINISTRATION 296,100,746.35 296.10 million 316
7524 FOOD AND DRUG ADMINISTRATION 284,176,810.06 284.18 million 424

Insight

Over the last 10 years, INTERNATIONAL BUSINESS MACHINES CORPORATION (CAGE 3BXY7) received 9.12 billion across 7,734 awards, with obligations concentrated in a few high-value agencies. The Department of the Navy is the largest customer at 1.22 billion, followed by the Department of the Army, Social Security Administration, Internal Revenue Service, and Department of Veterans Affairs; these five agencies account for a substantial share of total obligated dollars. Award counts are also distributed across both defense and civilian agencies, with the Army, IRS, FEMA, and FAA among the higher-volume buyers, indicating a broad but agency-concentrated procurement profile.

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 = '3BXY7'
        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,181,425,758.54 2.18 billion 1,275
541519 OTHER COMPUTER RELATED SERVICES 1,866,328,576.25 1.87 billion 1,556
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 1,534,689,846.69 1.53 billion 1,852
541330 ENGINEERING SERVICES 1,107,911,033.44 1.11 billion 410
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 942,340,578.80 942.34 million 364
334111 ELECTRONIC COMPUTER MANUFACTURING 561,414,530.21 561.41 million 529
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 397,932,547.47 397.93 million 452
443120 COMPUTER AND SOFTWARE STORES 344,360,060.35 344.36 million 760
519190 ALL OTHER INFORMATION SERVICES 103,271,602.72 103.27 million 55
511210 SOFTWARE PUBLISHERS 28,929,581.79 28.93 million 132

Insight

Over the last 10 years, INTERNATIONAL BUSINESS MACHINES CORPORATION’s obligations of $9.12 billion are concentrated in IT and technical services, with NAICS 541512, 541519, and 541511 alone accounting for $5.59 billion across 4,683 awards. The remaining top categories broaden the profile into engineering, hosting/data processing, manufacturing, and consulting, indicating a diversified but still technology-centric award base. Award volume is highest in programming and related services, while the largest dollar values are in systems design and other computer-related services, suggesting larger average awards in higher-end integration and design work.

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 = '3BXY7'
        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 902,841,750.24 902.84 million 518
2024 1,124,928,067.49 1.12 billion 582
2023 1,090,514,942.24 1.09 billion 667
2022 980,835,440.72 980.84 million 767
2021 1,007,913,167.36 1.01 billion 862
2020 984,224,251.42 984.22 million 973
2019 917,810,054.25 917.81 million 1,062
2018 1,071,336,669.00 1.07 billion 1,079
2017 875,459,774.97 875.46 million 975
2016 165,316,529.47 165.32 million 249

Insight

Over the last 10 years, INTERNATIONAL BUSINESS MACHINES CORPORATION obligated $9.12 billion across 7,734 awards, with annual obligations generally concentrated near the $0.9 billion to $1.1 billion range from 2017 through 2025. Activity was most volatile in the early period, with 2016 at $165.32 million and 249 awards, followed by a sharp increase in 2017; award counts then remained relatively high, peaking at 1,079 in 2018 and gradually declining to 518 in 2025. Obligations peaked at $1.12 billion in 2024 and remained above $900 million in 2025, indicating sustained funding levels despite lower award volume.

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.