Federal Contractor

PAE GOVERNMENT SERVICES, INC. Federal Contract Obligations (Last 10 Years)

PAE GOVERNMENT SERVICES, INC. (CAGE 00TB2, UEI JENBF1KKWZ93) recorded $4.75 billion in obligations across 5,543 award actions over the last 10 years.

Federal procurement activity for PAE GOVERNMENT SERVICES, INC. is concentrated at the Department of State, with $4.09 billion obligated across 2,062 awards. The vendor's largest NAICS categories are Facilities Support Services, Other Management Consulting Services, and Administrative Management and General Management Consulting Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals cover the last 10 years and reflect obligated amounts by award action, agency, NAICS code, and fiscal year.

CAGE Code
00TB2
UEI
JENBF1KKWZ93
Total Obligated
4.75 billion
4,752,077,956.27
Award Actions
5,543
Average Action Value
857,311.55

About PAE GOVERNMENT SERVICES, INC. federal contract activity

PAE GOVERNMENT SERVICES, INC. recorded $4.75 billion in obligated federal spending across 5,543 awards over the last 10 years, for an average award value of $857,311.55. The vendor’s activity is concentrated in a relatively small set of large obligations, indicating sustained participation in higher-value service and support contracts.

Agency mix and customer concentration

The U.S. Department of State dominates the vendor’s federal footprint with $4.09 billion across 2,062 awards, making it the primary customer by a wide margin. Secondary activity is distributed across Offices, Boards and Divisions, the Department of the Navy, NOAA, and USAID, but each is materially smaller than State, which suggests a highly concentrated agency relationship profile.

Industry profile based on NAICS activity

The vendor’s largest NAICS category is Facilities Support Services (561210) at $2.74 billion, followed by Other Management Consulting Services (541618) and Administrative Management and General Management Consulting Services (541611). Additional obligations in Engineering Services (541330) and Other Scientific and Technical Consulting Services (541690) show that the portfolio extends beyond base facilities support into consulting and technical work.

Annual contract trend over the analysis window

Annual obligations have remained elevated, with a low point in 2024 at $309.46 million followed by a rebound to $378.28 million in 2025. The peak in the provided series occurred in 2023 at $690.87 million, and the pattern since then indicates volatility rather than a steady linear trend. Award volume does not move perfectly with dollars, which is consistent with a mix of large and smaller task-level awards.

How to interpret this page

This summary is based on FPDS-observed obligations for the vendor name, CAGE code 00TB2, and UEI JENBF1KKWZ93 over the last 10 years. Agency, NAICS, and annual figures reflect total obligated dollars and award counts as reported in the provided analysis window; values are rounded for readability and may not sum exactly due to rounding.

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 = '00TB2'
        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 4,094,077,338.23 4.09 billion 2,062
1501 OFFICES, BOARDS AND DIVISIONS 406,034,512.84 406.03 million 3,138
1700 DEPT OF THE NAVY 118,297,813.84 118.30 million 153
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 53,160,002.05 53.16 million 17
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 32,089,276.33 32.09 million 10
7001 OFFICE OF PROCUREMENT OPERATIONS 16,226,672.29 16.23 million 11
97AS DEFENSE LOGISTICS AGENCY 12,921,916.34 12.92 million 117
1560 ATF ACQUISITION AND PROPERTY MGMT DIV 12,838,004.30 12.84 million 11
4732 FEDERAL ACQUISITION SERVICE 9,654,815.64 9.65 million 19
1549 FEDERAL BUREAU OF INVESTIGATION 11,747.20 11.75 thousand 2

Insight

PAE GOVERNMENT SERVICES, INC. received 4.75 billion across 5,543 awards over the last 10 years, with obligations heavily concentrated in the Department of State at 4.09 billion, representing the clear majority of total spend. The next largest recipient, Offices, Boards and Divisions, accounted for 406.03 million across 3,138 awards, indicating a much broader but lower-dollar award pattern. All other agencies were comparatively minor sources of obligation, with the Department of the Navy the largest among them at 118.30 million, followed by NOAA at 53.16 million and USAID at 32.09 million.

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 = '00TB2'
        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,744,528,257.35 2.74 billion 1,159
541618 OTHER MANAGEMENT CONSULTING SERVICES 807,568,825.68 807.57 million 637
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 464,324,665.70 464.32 million 3,161
541330 ENGINEERING SERVICES 409,021,982.94 409.02 million 142
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 265,900,957.90 265.90 million 282
611512 FLIGHT TRAINING 32,082,805.14 32.08 million 11
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 20,585,240.00 20.59 million 3
324110 PETROLEUM REFINERIES 12,921,916.34 12.92 million 117
221112 FOSSIL FUEL ELECTRIC POWER GENERATION 18,149.50 18.15 thousand 4
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 6,225.63 6.23 thousand 1

Insight

PAE GOVERNMENT SERVICES, INC. has a highly concentrated obligation profile over the last 10 years, with NAICS 561210 Facilities Support Services accounting for 2.74 billion of 4.75 billion total obligated, or more than half of total spending. The next largest categories are NAICS 541618 Other Management Consulting Services at 807.57 million and NAICS 541611 Administrative Management and General Management Consulting Services at 464.32 million, indicating a strong secondary emphasis on management consulting and support services. Award activity is also concentrated in NAICS 541611, which has 3,161 awards, while the largest obligation categories have far fewer awards, suggesting higher-value tasking in facilities support and consulting services.

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 = '00TB2'
        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 378,280,469.56 378.28 million 857
2024 309,456,722.78 309.46 million 1,092
2023 690,874,863.70 690.87 million 813
2022 400,547,349.20 400.55 million 782
2021 584,695,487.80 584.70 million 616
2020 648,532,218.63 648.53 million 435
2019 449,937,799.04 449.94 million 258
2018 624,311,203.87 624.31 million 332
2017 514,422,416.28 514.42 million 302
2016 151,019,425.41 151.02 million 56

Insight

PAE GOVERNMENT SERVICES, INC. (CAGE 00TB2) obligated $4.75 billion across 5,543 awards over the last 10 years, with annual obligations concentrated in several high-value years rather than evenly distributed. Obligations peaked in 2023 at $690.87 million, with similarly elevated levels in 2020 ($648.53 million) and 2018 ($624.31 million), while 2016 was the lowest year at $151.02 million. Award volume generally increased in the later period, reaching 1,092 awards in 2024 and 857 in 2025, indicating a shift toward higher transaction frequency even as annual obligated amounts remained variable.

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.