Federal Contractor

UNISYS CORPORATION Federal Contract Obligations (Last Year)

UNISYS CORPORATION (CAGE 4W798, UEI RBZNNB53KMJ3) recorded 14 federal award actions in the last full year, with total obligations of -$10.19 million.

This vendor page summarizes UNISYS CORPORATION's recent federal procurement activity across agencies and NAICS categories during the last full year. Most reported obligations are shown at $0.00, while the negative obligated values in the period total -$10,193,716.11 across 14 actions.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect the provided analysis window and may include zero-obligation actions alongside negative obligation amounts.

CAGE Code
4W798
UEI
RBZNNB53KMJ3
Total Obligated
-10.19 million
-10,193,716.11
Award Actions
14
Average Action Value
-728,122.57

About UNISYS CORPORATION federal contract activity

UNISYS CORPORATION (CAGE 4W798, UEI RBZNNB53KMJ3) recorded 14 awards in the last full year with total obligated dollars of -$10.19 million and an average award value of -$728,122.57. The negative obligated total indicates net deobligations or downward funding adjustments in the period rather than net new obligation growth.

Agency mix and customer concentration

The award base is concentrated in a small set of civilian agencies, led by the Internal Revenue Service with 4 awards, the U.S. Coast Guard with 3, and the U.S. Patent and Trademark Office with 1. By obligated dollars, the largest negative values appear at the Transportation Security Administration and the Defense Information Systems Agency, while several other agencies show zero net obligated value despite recorded award activity.

Industry profile based on NAICS activity

Award activity is centered in IT and professional services categories, with the highest award counts in Computer Facilities Management Services, Computer Systems Design Services, and Other Computer Related Services. The only categories with negative obligated totals in the window are Research and Development in the Physical, Engineering, and Life Sciences and Engineering Services, indicating those lines drove the net decline.

Annual contract trend over the analysis window

For 2025, UNISYS CORPORATION shows the full analysis-period total of -$10.19 million across 14 awards. With only one annual observation in the window, the data support a year-level snapshot rather than a multi-year trend assessment.

How to interpret this page

This summary uses FPDS obligations tied to the vendor’s CAGE code and UEI over the last full year. Dollar figures reflect obligated amounts as reported in the source data; negative values are preserved as recorded and may represent deobligations, cancellations, or other downward adjustments. Agency and NAICS rollups are ranked by reported obligated total and award count within the analysis window.

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 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
2050 INTERNAL REVENUE SERVICE 0.00 0.00 4
1344 US PATENT AND TRADEMARK OFFICE 0.00 0.00 1
7008 U.S. COAST GUARD 0.00 0.00 3
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) -2,286.03 -2.29 thousand 1
7013 TRANSPORTATION SECURITY ADMINISTRATION -9,239.43 -9.24 thousand 1
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -9,487.56 -9.49 thousand 1
1501 OFFICES, BOARDS AND DIVISIONS -10,172,703.09 -10.17 million 3

Insight

Over the last full year, UNISYS CORPORATION recorded 14 awards totaling -$10.19 million in obligated value, indicating net deobligation activity rather than positive funding. Obligations were highly concentrated in OFFICES, BOARDS AND DIVISIONS, which accounted for -$10.17 million across 3 awards and nearly all of the vendor’s net total. The remaining agencies were dispersed across smaller actions, with IRS, USPTO, and the U.S. Coast Guard each showing awards with $0 obligated value, and only DISA, TSA, and NASA reflecting minor negative obligations.

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 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
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 0.00 0.00 3
541512 COMPUTER SYSTEMS DESIGN SERVICES 0.00 0.00 3
541519 OTHER COMPUTER RELATED SERVICES 0.00 0.00 2
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) -2,286.03 -2.29 thousand 1
541330 ENGINEERING SERVICES -9,487.56 -9.49 thousand 1
443120 COMPUTER AND SOFTWARE STORES -10,181,942.52 -10.18 million 4

Insight

UNISYS CORPORATION’s last full year obligations total -$10.19 million across 14 awards, with spending highly concentrated in NAICS 443120, Computer and Software Stores, which accounts for -$10.18 million across 4 awards and effectively drives the full-year total. The remaining NAICS activity is limited and fragmented: three awards each in 541513 and 541512, two awards in 541519, and only small negative obligations in 541712 and 541330. Overall, the profile indicates a narrow obligation base with most awards carrying no recorded obligated value and a single NAICS code dominating negative obligated activity.

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

Insight

Over the last full year, UNISYS CORPORATION (CAGE 4W798) recorded net obligations of -$10.19 million across 14 awards, indicating an average award value of approximately -$728.1K. With all reported activity concentrated in 2025, there is no multi-year trend to assess in this 1-year window. The negative obligation total suggests a net deobligation profile rather than growth in funded value during the 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.