Federal Contractor

UNISYS CORPORATION Federal Contract Obligations (Last 10 Years)

UNISYS CORPORATION (CAGE 4W798, UEI RBZNNB53KMJ3) received 1,835 federal award actions worth $2.25 billion over the last 10 years.

UNISYS CORPORATION’s federal spending profile is concentrated in IT and systems work, led by U.S. Customs and Border Protection, the Internal Revenue Service, and the Defense Information Systems Agency. The largest NAICS categories are Computer Systems Design Services and Other Computer Related Services, which account for most of the obligated value and award volume.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals reflect the provided analysis window and may include negative obligations in 2025; total obligated is shown as both readable and exact values from the source inputs.

CAGE Code
4W798
UEI
RBZNNB53KMJ3
Total Obligated
2.25 billion
2,247,728,374.66
Award Actions
1,835
Average Action Value
1,224,920.09

About UNISYS CORPORATION federal contract activity

UNISYS CORPORATION (CAGE 4W798, UEI RBZNNB53KMJ3) recorded $2.25 billion in obligated FPDS awards over the last 10 years across 1,835 awards, for an average award value of about $1.22 million. The profile reflects steady federal contracting activity at meaningful scale, with obligations concentrated in information technology and related support services.

Agency mix and customer concentration

The award portfolio is led by U.S. Customs and Border Protection at $841.49 million across 109 awards, making it the dominant customer in the observed period. The next largest buyers are the Internal Revenue Service, DISA, Offices, Boards and Divisions, and the U.S. Census Bureau, indicating a mix of civilian and defense demand rather than reliance on a single procurement channel.

Industry profile based on NAICS activity

The NAICS mix is heavily weighted toward computer systems and services. Computer Systems Design Services (541512) is the largest category at $1.32 billion, followed by Other Computer Related Services (541519) at $423.45 million and Computer and Software Stores (443120) at $289.59 million; smaller but still material activity appears in Custom Computer Programming Services (541511) and Computer Facilities Management Services (541513).

Annual contract trend over the analysis window

Recent annual obligations are uneven, with $73.14 million in 2021, $21.32 million in 2022, $45.31 million in 2023, and $15.42 million in 2024. The 2025 figure is negative at -$10.19 million, which suggests net deobligations or downward contract adjustments in that year rather than new positive award flow.

How to interpret this page

This summary uses FPDS award records tied to CAGE 4W798 and UEI RBZNNB53KMJ3 over the last 10 years. Obligated dollars are reported as net values, so annual totals can be negative when deobligations exceed new obligations; agency and NAICS rankings are based on total obligated amounts and award counts within the same period.

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 = '4W798'
        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
7014 U.S. CUSTOMS AND BORDER PROTECTION 841,490,648.79 841.49 million 109
2050 INTERNAL REVENUE SERVICE 333,020,469.94 333.02 million 363
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 216,816,193.93 216.82 million 130
1501 OFFICES, BOARDS AND DIVISIONS 187,327,423.41 187.33 million 83
1323 US CENSUS BUREAU 138,320,045.34 138.32 million 23
2100 DEPT OF THE ARMY 111,281,083.14 111.28 million 44
1406 DEPARTMENTAL OFFICES 47,435,371.70 47.44 million 96
4773 OFFICE OF ADMINISTRATIVE SERVICES 45,126,820.63 45.13 million 142
1344 US PATENT AND TRADEMARK OFFICE 44,570,919.70 44.57 million 111
6925 FEDERAL HIGHWAY ADMINISTRATION 36,876,646.22 36.88 million 15

Insight

Over the last 10 years, UNISYS CORPORATION has received $2.25 billion across 1,835 awards, with obligations concentrated in a small number of agencies. U.S. Customs and Border Protection is the dominant customer at $841.49 million, about 37.4% of total obligated, followed by the Internal Revenue Service at $333.02 million and the Defense Information Systems Agency at $216.82 million. The remaining top agencies are materially smaller, indicating a diversified but top-heavy award distribution with most dollars concentrated in a few large buying organizations.

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 = '4W798'
        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 1,323,218,794.18 1.32 billion 555
541519 OTHER COMPUTER RELATED SERVICES 423,449,217.97 423.45 million 549
443120 COMPUTER AND SOFTWARE STORES 289,590,048.81 289.59 million 373
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 91,598,012.83 91.60 million 95
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 44,236,914.30 44.24 million 29
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 39,776,127.65 39.78 million 10
541330 ENGINEERING SERVICES 12,994,992.51 12.99 million 36
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 10,233,674.74 10.23 million 33
334111 ELECTRONIC COMPUTER MANUFACTURING 9,947,292.83 9.95 million 124
323120 SUPPORT ACTIVITIES FOR PRINTING 2,993,900.00 2.99 million 4

Insight

Over the last 10 years, UNISYS CORPORATION’s obligations are highly concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $1.32 billion across 555 awards, or roughly 59% of total obligated dollars. The next largest categories are 541519, Other Computer Related Services, at $423.45 million across 549 awards, and 443120, Computer and Software Stores, at $289.59 million across 373 awards, indicating a broad but still software- and IT-centric award profile. Remaining obligations are distributed across smaller shares in related IT, facilities management, hosting, programming, and technical services NAICS codes, with no other category approaching the leading concentration.

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 = '4W798'
        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 -10,193,716.11 -10.19 million 14
2024 15,421,464.85 15.42 million 18
2023 45,305,672.55 45.31 million 36
2022 21,317,654.28 21.32 million 52
2021 73,144,193.86 73.14 million 133
2020 354,646,365.95 354.65 million 414
2019 537,802,775.79 537.80 million 334
2018 600,506,429.68 600.51 million 367
2017 525,198,431.92 525.20 million 368
2016 84,579,101.89 84.58 million 99

Insight

UNISYS CORPORATION’s obligations over the last 10 years are concentrated in FY2017–FY2020, when annual funding ranged from 354.65 million to 600.51 million and accounted for the bulk of the 2.25 billion total. Activity then declined sharply, falling to 73.14 million in FY2021 and further to 15.42 million in FY2024, with only 18 awards in FY2024. FY2025 is currently negative at -10.19 million across 14 awards, indicating net deobligation activity in the current period.

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.