Federal Contractor

XATOR CORPORATION Federal Contract Obligations (Last 5 Years)

XATOR CORPORATION is a federal procurement vendor with 538 award actions and $2.86 billion obligated over the last 5 years.

XATOR CORPORATION, CAGE 393S5 and UEI ZJFDNMA46LT9, recorded $2,856,606,940.33 in obligated awards across 538 actions in the last 5 years. Most of that activity came from the Department of State, with additional obligations from the Air Force, Army, DTRA, and the Bureau of Safety and Environmental Enforcement.

Generated at 03/21/2026

Analysis period: Last 5 years

This page reflects FPDS award data for the last 5 years and uses obligated amounts as reported in the source records.

CAGE Code
393S5
UEI
ZJFDNMA46LT9
Total Obligated
2.86 billion
2,856,606,940.33
Award Actions
538
Average Action Value
5,309,678.32

About XATOR CORPORATION federal contract activity

XATOR CORPORATION (CAGE 393S5, UEI ZJFDNMA46LT9) recorded 2.86 billion in obligated federal spending across 538 awards over the last 5 years, for an average award value of 5.31 million. The profile is highly concentrated, with the Department of State accounting for the overwhelming share of obligations, indicating a small number of very large awards rather than broad-based distributed spending.

Agency mix and customer concentration

The Department of State is the primary customer by a wide margin at 2.73 billion across 88 awards, representing the dominant share of vendor spend in the period. The remaining agencies are much smaller in value but more numerous in awards, led by the Air Force, Army, DTRA, and the Bureau of Safety and Environmental Enforcement, which together suggest a secondary footprint across defense and environmental domains.

Industry profile based on NAICS activity

NAICS 561210, Facilities Support Services, is the core revenue category at 2.33 billion, followed by 238210, Electrical Contractors and Other Wiring Installation Contractors, at 406.79 million. Security systems services adds 103.44 million, while computer systems design and research and development are comparatively minor, indicating a portfolio centered on facilities and infrastructure support with adjacent technical and security work.

Annual contract trend over the analysis window

Annual obligations were volatile, rising from 103.32 million in 2021 to 126.95 million in 2022, then to 850.14 million in 2023 and peaking at 1.37 billion in 2024 before moderating to 406.59 million in 2025. Award counts do not track obligations proportionally, which points to a mix of smaller tasking in higher-volume years and one or more very large awards driving the 2024 peak.

How to interpret this page

This summary uses FPDS award data for the last 5 years and reflects obligated dollars, award counts, and distribution by agency, NAICS, and fiscal year. Totals are based on the provided dataset for XATOR CORPORATION and should be interpreted as reported federal obligations within the analysis window, not as a measure of total company revenue or backlog.

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 5 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 2,733,790,387.42 2.73 billion 88
5700 DEPT OF THE AIR FORCE 106,099,152.86 106.10 million 265
2100 DEPT OF THE ARMY 9,666,858.29 9.67 million 122
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 3,586,162.53 3.59 million 9
1436 BUREAU OF SAFETY AND ENVIRONMENTAL ENFORCEMENT 2,392,952.71 2.39 million 22
1422 BUREAU OF LAND MANAGEMENT 1,200,000.00 1.20 million 1
7014 U.S. CUSTOMS AND BORDER PROTECTION 128,082.90 128.08 thousand 9
1700 DEPT OF THE NAVY 50,762.34 50.76 thousand 3
1406 DEPARTMENTAL OFFICES 2,500.00 2.50 thousand 3
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 250.00 250.00 2

Insight

XATOR CORPORATION’s obligations over the last 5 years are highly concentrated in the Department of State, which accounts for $2.73 billion of the $2.86 billion total, or roughly 96% of obligated dollars, across 88 awards. The Department of the Air Force is the only other material funding source at $106.10 million across 265 awards, indicating a much broader but far smaller dollar distribution. All remaining agencies are individually below $10 million, with limited obligation volume and relatively few awards, underscoring a sharply skewed funding profile toward State.

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 5 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,919,407.41 2.33 billion 28
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 406,794,557.82 406.79 million 54
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 103,438,219.00 103.44 million 247
541512 COMPUTER SYSTEMS DESIGN SERVICES 8,809,678.03 8.81 million 108
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 3,586,162.53 3.59 million 13
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 3,534,231.92 3.53 million 30
541620 ENVIRONMENTAL CONSULTING SERVICES 1,406,097.83 1.41 million 16
541519 OTHER COMPUTER RELATED SERVICES 1,091,063.63 1.09 million 12
611519 OTHER TECHNICAL AND TRADE SCHOOLS 814,176.15 814.18 thousand 13
611699 ALL OTHER MISCELLANEOUS SCHOOLS AND INSTRUCTION 128,082.90 128.08 thousand 9

Insight

Over the last 5 years, XATOR CORPORATION’s obligations are highly concentrated in NAICS 561210, Facilities Support Services, which accounts for $2.33 billion of $2.86 billion total obligated, despite only 28 awards. The next largest category, NAICS 238210, Electrical Contractors and Other Wiring Installation Contractors, adds $406.79 million across 54 awards, while NAICS 561621, Security Systems Services, contributes $103.44 million but has the highest award count among the top NAICS at 247, indicating a more fragmented award pattern. Remaining NAICS categories are materially smaller, each below $9 million, suggesting the vendor’s portfolio is dominated by facilities support and related mission support services rather than broadly diversified across multiple NAICS codes.

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

Insight

Over the last 5 years, XATOR CORPORATION (CAGE 393S5) obligated $2.86 billion across 538 awards, averaging $5.31 million per award. Obligations are highly concentrated in 2024 and 2023, which together account for $2.22 billion, or about 78% of total 5-year obligations, indicating a pronounced surge in funding during those two years. Award activity was more evenly distributed than dollars, with annual counts ranging from 91 to 130, suggesting larger award values drove the overall volatility in obligations.

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