Federal Contractor

XATOR CORPORATION Federal Contract Obligations (Last 10 Years)

XATOR CORPORATION (CAGE 393S5, UEI ZJFDNMA46LT9) has 905 federal award actions and $3.38 billion obligated over the last 10 years.

FPDS records show XATOR CORPORATION concentrated most of its obligations with the Department of State, led by facilities support services and related security, electrical, and IT work. Award activity also appears across the Air Force, Army, and Veterans Affairs, with yearly obligations peaking in 2024 and remaining elevated in 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

This summary reflects FPDS award data for the last 10 years and uses obligated amounts as reported in the analysis window.

CAGE Code
393S5
UEI
ZJFDNMA46LT9
Total Obligated
3.38 billion
3,375,550,892.88
Award Actions
905
Average Action Value
3,729,890.48

About XATOR CORPORATION federal contract activity

XATOR CORPORATION (CAGE 393S5, UEI ZJFDNMA46LT9) recorded $3.38 billion in obligated federal spending across 905 awards over the last 10 years, for an average award value of $3.73 million. The award profile is highly concentrated, with the State Department accounting for the overwhelming majority of dollars.

Agency mix and customer concentration

STATE, DEPARTMENT OF represents $3.03 billion across 170 awards, or roughly 89.8% of total obligations in the period. The remaining dollars are spread across the Department of the Air Force, Department of the Army, Departmental Offices, and Veterans Affairs, indicating a secondary but materially smaller presence across defense and civilian agencies.

Industry profile based on NAICS activity

The vendor’s obligations are concentrated in facilities support services (NAICS 561210) at $2.33 billion, followed by electrical contractors and wiring installation (NAICS 238210) at $701.47 million. Security systems services, custom computer programming, and computer systems design add additional though smaller shares, suggesting a mix of facility operations, infrastructure, and technical support work.

Annual contract trend over the analysis window

Obligations were elevated in 2024 at $1.37 billion, then remained substantial in 2025 at $406.59 million, after a lower base in 2021-2022 and a rebound in 2023. Award counts do not move in lockstep with dollars, implying that a small number of large awards drove much of the total value, especially in 2024.

How to interpret this page

This summary is based on FPDS award records for XATOR CORPORATION associated with CAGE 393S5 and UEI ZJFDNMA46LT9 over the last 10 years. Totals reflect obligated dollars and award counts as reported in the provided dataset; agency, NAICS, and annual views are descriptive rollups of those records.

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 = '393S5'
        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
1900 STATE, DEPARTMENT OF 3,030,172,943.42 3.03 billion 170
5700 DEPT OF THE AIR FORCE 173,865,591.36 173.87 million 455
2100 DEPT OF THE ARMY 70,497,646.90 70.50 million 156
1406 DEPARTMENTAL OFFICES 35,899,608.88 35.90 million 19
3600 VETERANS AFFAIRS, DEPARTMENT OF 29,462,975.53 29.46 million 8
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 19,498,587.47 19.50 million 14
1422 BUREAU OF LAND MANAGEMENT 7,666,450.72 7.67 million 18
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 5,055,897.53 5.06 million 13
1436 BUREAU OF SAFETY AND ENVIRONMENTAL ENFORCEMENT 3,499,377.10 3.50 million 29
7014 U.S. CUSTOMS AND BORDER PROTECTION 128,082.90 128.08 thousand 9

Insight

XATOR CORPORATION’s last 10 years of obligations are highly concentrated in the Department of State, which accounts for $3.03 billion of the $3.38 billion total, or nearly all obligations in this period. The Department of the Air Force is a distant second at $173.87 million across 455 awards, followed by the Department of the Army at $70.50 million across 156 awards, indicating that non-State activity is comparatively fragmented and much smaller in value. The remaining agencies each represent relatively minor shares, with no other agency exceeding $36 million in 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 = '393S5'
        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
561210 FACILITIES SUPPORT SERVICES 2,326,929,407.41 2.33 billion 29
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 701,473,302.65 701.47 million 113
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 171,554,618.08 171.55 million 450
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 96,024,499.70 96.02 million 86
541512 COMPUTER SYSTEMS DESIGN SERVICES 69,639,466.64 69.64 million 141
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 5,056,897.53 5.06 million 18
541620 ENVIRONMENTAL CONSULTING SERVICES 1,679,289.81 1.68 million 20
541519 OTHER COMPUTER RELATED SERVICES 1,095,230.29 1.10 million 13
611519 OTHER TECHNICAL AND TRADE SCHOOLS 814,176.15 814.18 thousand 13
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 609,869.01 609.87 thousand 3

Insight

Over the last 10 years, XATOR CORPORATION’s obligations are concentrated in facilities support and related technical services. NAICS 561210 accounts for $2.33 billion of the $3.38 billion total obligated, while NAICS 238210 adds $701.47 million, together representing the clear majority of vendor spending. Award volume is more distributed: security systems services (NAICS 561621) has 450 awards but only $171.55 million obligated, indicating many smaller actions compared with the larger-dollar facilities support awards.

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 = '393S5'
        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 406,594,400.77 406.59 million 101
2024 1,369,590,607.87 1.37 billion 91
2023 850,144,164.45 850.14 million 130
2022 126,953,808.96 126.95 million 112
2021 103,323,958.28 103.32 million 104
2020 165,186,208.69 165.19 million 93
2019 141,246,897.47 141.25 million 86
2018 93,731,080.75 93.73 million 91
2017 90,435,968.49 90.44 million 79
2016 28,343,797.15 28.34 million 18

Insight

XATOR CORPORATION’s obligations over the last 10 years are highly concentrated in the most recent period, with 2024 alone accounting for 1.37 billion and 2023 adding 850.14 million, together representing the majority of the 3.38 billion total. Prior to 2023, annual obligations were comparatively modest and generally ranged from 28.34 million to 165.19 million, with award counts remaining relatively steady at 79 to 112 per year. The 2025 figure of 406.59 million across 101 awards indicates continued elevated activity, but still below the 2024 peak.

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.