Federal Contractor

XATOR CORPORATION Federal Contract Obligations (Last Year)

XATOR CORPORATION (CAGE 393S5, UEI ZJFDNMA46LT9) received 406.59 million across 101 award actions in the last full year, led by obligations from the Department of State.

In the last full year, XATOR CORPORATION recorded 406.59 million in total obligations across 101 federal award actions, with an average action value of 4.03 million. Most dollars came from the Department of State, while the top NAICS categories centered on facilities support services, electrical contracting, and security systems services.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes last full year FPDS obligations and award counts for XATOR CORPORATION using the provided readable and exact totals.

CAGE Code
393S5
UEI
ZJFDNMA46LT9
Total Obligated
406.59 million
406,594,400.77
Award Actions
101
Average Action Value
4,025,687.13

About XATOR CORPORATION federal contract activity

XATOR CORPORATION (CAGE 393S5, UEI ZJFDNMA46LT9) recorded $406.59 million in obligated awards across 101 actions in the last full year, for an average award value of about $4.03 million. The profile is concentrated rather than broad-based, with a small number of large obligations driving most of the annual total.

Agency mix and customer concentration

The State Department accounted for $379.26 million across 22 awards, representing the dominant share of XATOR CORPORATION’s obligations in the analysis period. The remaining activity was distributed across the Department of the Air Force ($21.26 million, 39 awards), Department of the Army ($5.52 million, 26 awards), Bureau of Safety and Environmental Enforcement ($562.11 thousand, 5 awards), and DTRA ($34.42 thousand, 1 award), indicating secondary federal demand spread across defense and civilian buyers.

Industry profile based on NAICS activity

Work was led by NAICS 561210 Facilities Support Services at $303.81 million across 12 awards, making this the core service line. Additional obligations were concentrated in Electrical Contractors and Other Wiring Installation Contractors (238210, $75.47 million, 10 awards) and Security Systems Services (561621, $20.60 million, 36 awards), with smaller activity in Computer Systems Design Services (541512, $5.52 million, 26 awards) and Custom Computer Programming Services (541511, $562.11 thousand, 5 awards).

Annual contract trend over the analysis window

The annual trend provided only a single year, 2025, so it does not support a multi-year growth or decline assessment. For that year, XATOR CORPORATION totaled $406.59 million across 101 awards, establishing the baseline for the last full-year view.

How to interpret this page

This summary is based on FPDS obligations tied to the reported CAGE code and UEI over the last full year, using total obligated dollars and award counts as the primary measures. Agency and NAICS rankings reflect observed obligation totals within the extracted dataset; where award counts are shown as strings in the source, they are reported without modification.

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 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
1900 STATE, DEPARTMENT OF 379,262,219.27 379.26 million 22
5700 DEPT OF THE AIR FORCE 21,255,010.57 21.26 million 39
2100 DEPT OF THE ARMY 5,517,238.58 5.52 million 26
1436 BUREAU OF SAFETY AND ENVIRONMENTAL ENFORCEMENT 562,106.48 562.11 thousand 5
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 34,420.00 34.42 thousand 1
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 250.00 250.00 2
1406 DEPARTMENTAL OFFICES 0.00 0.00 1
1700 DEPT OF THE NAVY -4,166.66 -4.17 thousand 2
7014 U.S. CUSTOMS AND BORDER PROTECTION -5,245.00 -5.25 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -27,432.47 -27.43 thousand 2

Insight

XATOR CORPORATION’s last full year obligations were highly concentrated in the Department of State, which accounted for 379.26 million of 406.59 million total obligated, or roughly 93% of all reported obligations across 22 awards. The remaining activity was distributed across the Department of the Air Force and Department of the Army, with 21.26 million and 5.52 million obligated respectively, plus minimal obligations to several other agencies. Negative and near-zero obligations at a few agencies indicate small deobligations or adjustments, but they do not materially affect the overall concentration pattern.

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 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
561210 FACILITIES SUPPORT SERVICES 303,813,313.00 303.81 million 12
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 75,471,676.27 75.47 million 10
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 20,601,553.61 20.60 million 36
541512 COMPUTER SYSTEMS DESIGN SERVICES 5,517,238.58 5.52 million 26
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 562,106.48 562.11 thousand 5
541620 ENVIRONMENTAL CONSULTING SERVICES 553,835.49 553.84 thousand 3
541519 OTHER COMPUTER RELATED SERVICES 68,022.34 68.02 thousand 3
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 34,420.00 34.42 thousand 1
561612 SECURITY GUARDS AND PATROL SERVICES 250.00 250.00 2
513210 SOFTWARE PUBLISHERS 0.00 0.00 1

Insight

XATOR CORPORATION’s last full year obligations are heavily concentrated in NAICS 561210, Facilities Support Services, at 303.81 million across 12 awards, representing the clear dominant share of its 406.59 million total. The next largest NAICS, 238210 Electrical Contractors and Other Wiring Installation Contractors, accounts for 75.47 million across 10 awards, while 561621 Security Systems Services adds 20.60 million across 36 awards, indicating a secondary but much smaller concentration in facilities-related and security-support work. Remaining obligations are dispersed across IT, environmental, and other service NAICS, with each category contributing comparatively minor amounts.

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

Insight

During the last full year, XATOR CORPORATION (CAGE 393S5) recorded $406.59 million in obligated funds across 101 awards, for an average award value of $4.03 million. Because the full 1-year window contains only a single year of activity, annual trend analysis is limited and does not show multi-year movement or volatility. The obligation base appears moderately distributed across a relatively high number of awards rather than concentrated in a small number of actions.

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.