Federal Contractor

INTERNATIONAL BUSINESS MACHINES CORPORATION Federal Contract Obligations (Last Year)

INTERNATIONAL BUSINESS MACHINES CORPORATION (CAGE 3BXY7, UEI VV9KH3L99VE3) recorded $902.84 million in federal obligations across 518 award actions in the last full year.

The company’s federal activity was concentrated with the Department of the Navy, Department of Veterans Affairs, Department of the Army, the Social Security Administration, and the Internal Revenue Service. Obligations were led by engineering services, computer systems design services, other computer related services, computing infrastructure services, and electronic computer manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes award actions and obligations reported in FPDS for the last full year; amounts reflect the provided exact totals.

CAGE Code
3BXY7
UEI
VV9KH3L99VE3
Total Obligated
902.84 million
902,841,750.24
Award Actions
518
Average Action Value
1,742,937.74

About INTERNATIONAL BUSINESS MACHINES CORPORATION federal contract activity

INTERNATIONAL BUSINESS MACHINES CORPORATION (CAGE 3BXY7, UEI VV9KH3L99VE3) obligated $902.84 million across 518 FPDS awards in the last full year, for an average award value of $1.74 million. The profile indicates a high-volume, mid-market award pattern with material obligations spread across multiple civilian and defense buyers.

Agency mix and customer concentration

The DEPT OF THE NAVY was the largest obligating agency at $214.38 million across 46 awards, followed by VETERANS AFFAIRS, DEPARTMENT OF at $150.81 million across 37 awards and DEPT OF THE ARMY at $100.40 million across 73 awards. The remaining top obligators include SOCIAL SECURITY ADMINISTRATION at $92.01 million across 3 awards and INTERNAL REVENUE SERVICE at $86.15 million across 75 awards, showing a mix of large-value and higher-frequency procurement activity.

Industry profile based on NAICS activity

Awarding activity is concentrated in IT and technical services, led by NAICS 541330 ENGINEERING SERVICES at $241.45 million, 541512 COMPUTER SYSTEMS DESIGN SERVICES at $215.02 million, and 541519 OTHER COMPUTER RELATED SERVICES at $166.90 million. Additional spend appears in 518210 computing infrastructure services at $154.32 million and 334111 electronic computer manufacturing at $94.71 million, indicating a portfolio spanning systems design, infrastructure, engineering support, and hardware-related work.

Annual contract trend over the analysis window

The annual trend provided shows 2025 total obligations of $902.84 million across 518 awards, which aligns with the overall last-full-year totals. With only one year in the analysis window, the data supports a point-in-time snapshot rather than a multi-year growth or decline assessment.

How to interpret this page

This summary uses FPDS obligation data for the last full year associated with vendor identifiers CAGE 3BXY7 and UEI VV9KH3L99VE3. Agency, NAICS, and annual trend sections are based on the supplied top-line aggregates and do not infer contract type, scope, or performance beyond the recorded obligations and award counts.

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 1 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 214,377,960.31 214.38 million 46
3600 VETERANS AFFAIRS, DEPARTMENT OF 150,805,474.51 150.81 million 37
2100 DEPT OF THE ARMY 100,403,943.04 100.40 million 73
2800 SOCIAL SECURITY ADMINISTRATION 92,007,257.96 92.01 million 3
2050 INTERNAL REVENUE SERVICE 86,154,044.95 86.15 million 75
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 63,228,714.59 63.23 million 21
5700 DEPT OF THE AIR FORCE 47,824,668.12 47.82 million 21
4732 FEDERAL ACQUISITION SERVICE 32,329,166.87 32.33 million 44
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 27,605,531.80 27.61 million 3
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 18,635,593.59 18.64 million 18

Insight

INTERNATIONAL BUSINESS MACHINES CORPORATION’s last full year obligations were concentrated in a limited set of agencies, led by the Department of the Navy at $214.38 million across 46 awards and Veterans Affairs at $150.81 million across 37 awards. The top 10 agencies account for a substantial share of the vendor’s $902.84 million in obligations, with additional concentration in the Department of the Army, Social Security Administration, and IRS. Award volume is more distributed than dollars, as several agencies with smaller obligated amounts still show relatively high award counts, including the IRS (75 awards) and the Department of the Army (73 awards).

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 1 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
541330 ENGINEERING SERVICES 241,449,278.00 241.45 million 56
541512 COMPUTER SYSTEMS DESIGN SERVICES 215,019,250.35 215.02 million 138
541519 OTHER COMPUTER RELATED SERVICES 166,898,370.12 166.90 million 172
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 154,319,820.45 154.32 million 68
334111 ELECTRONIC COMPUTER MANUFACTURING 94,708,959.40 94.71 million 17
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 16,576,691.31 16.58 million 18
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 9,109,185.65 9.11 million 33
517919 ALL OTHER TELECOMMUNICATIONS 4,330,027.31 4.33 million 4
541618 OTHER MANAGEMENT CONSULTING SERVICES 392,963.76 392.96 thousand 2
513210 SOFTWARE PUBLISHERS 83,064.06 83.06 thousand 3

Insight

Over the last full year, INTERNATIONAL BUSINESS MACHINES CORPORATION (CAGE 3BXY7) obligated $902.84 million across 518 awards, with spending concentrated in a small set of professional and IT-related NAICS. The largest share was in 541330 Engineering Services ($241.45 million; 56 awards), followed by 541512 Computer Systems Design Services ($215.02 million; 138 awards), 541519 Other Computer Related Services ($166.90 million; 172 awards), and 518210 Computing Infrastructure Providers, Data Processing, Web Hosting, and Related Services ($154.32 million; 68 awards). These four codes account for the preponderance of obligations, indicating a strong concentration in engineering, systems design, and computing infrastructure activities, while the remaining NAICS codes represent comparatively limited spending.

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

Insight

Over the last full year, INTERNATIONAL BUSINESS MACHINES CORPORATION (CAGE 3BXY7) recorded $902.84 million in obligated value across 518 awards, with an average award value of $1.74 million. This indicates a high-volume award pattern with moderate concentration in average obligation size rather than dependence on a small number of very large awards. No multi-year trend can be assessed from the provided one-year window.

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