Federal Contractor

DOMESTIC AWARDEES (UNDISCLOSED) Federal Contract Obligations (Last 10 Years)

DOMESTIC AWARDEES (UNDISCLOSED), CAGE 3JEH0 and UEI KA5HQCLKUVW1, recorded $9.68 billion in obligations across 70,668 award actions in the last 10 years.

This vendor page summarizes federal contract activity for DOMESTIC AWARDEES (UNDISCLOSED) over the last 10 years, with most obligations concentrated at the Agency for International Development, the Department of the Army, and the Department of State. The award profile is driven by professional and technical services, security guards and patrol services, logistics consulting, and air transportation support.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals, counts, and annual figures reflect the provided analysis window and may include negative obligations in 2025.

CAGE Code
3JEH0
UEI
KA5HQCLKUVW1
Total Obligated
9.68 billion
9,675,639,794.93
Award Actions
70,668
Average Action Value
136,916.84

About DOMESTIC AWARDEES (UNDISCLOSED) federal contract activity

DOMESTIC AWARDEES (UNDISCLOSED) shows 70,668 FPDS awards over the last 10 years, with total obligated dollars of 9.68 billion and an average award value of 136,916.84. The profile is highly active in federal contracting and is associated with CAGE 3JEH0 and UEI KA5HQCLKUVW1.

Agency mix and customer concentration

Obligations are concentrated in a small group of agencies led by the Agency for International Development at 5.04 billion across 19,012 awards. The Department of the Army, State Department, Department of the Air Force, and Bureau of Engraving and Printing follow, indicating a mix of international assistance, defense, diplomatic, and specialized federal purchasing activity.

Industry profile based on NAICS activity

The largest NAICS concentration is 541990, All Other Professional, Scientific, and Technical Services, at 3.64 billion across 5,009 awards. Security Guards and Patrol Services (561612) stands out for volume with 43,823 awards but a lower 892.05 million in obligation, while logistics consulting, air transport support, and scientific/technical consulting round out the top five.

Annual contract trend over the analysis window

Annual obligations were strongest in 2023 and 2024, each at roughly 1.33 to 1.34 billion, after smaller but still substantial levels in 2021 and 2022. The 2025 figure is negative at -6.16 million, which indicates downward adjustments or deobligations rather than net new positive obligation in the current year.

How to interpret this page

This summary uses FPDS award records linked to the reported CAGE code and UEI over the last 10 years. Totals reflect obligated dollars, award counts, and annual/agency/NAICS groupings as provided in the analysis window; negative annual obligation values are retained as reported and should be interpreted as deobligations or adjustments.

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 = '3JEH0'
        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
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 5,039,437,347.87 5.04 billion 19,012
2100 DEPT OF THE ARMY 2,523,544,204.10 2.52 billion 1,856
1900 STATE, DEPARTMENT OF 1,401,647,314.13 1.40 billion 2,545
5700 DEPT OF THE AIR FORCE 237,221,638.75 237.22 million 269
2041 BUREAU OF ENGRAVING AND PRINTING 179,321,039.73 179.32 million 320
1544 U.S. MARSHALS SERVICE 143,033,866.86 143.03 million 43,620
1501 OFFICES, BOARDS AND DIVISIONS 40,111,279.15 40.11 million 160
3600 VETERANS AFFAIRS, DEPARTMENT OF 32,359,666.52 32.36 million 268
955F CONSUMER FINANCIAL PROTECTION BUREAU 25,451,174.44 25.45 million 393
1700 DEPT OF THE NAVY 23,552,291.70 23.55 million 116

Insight

Over the last 10 years, obligations to DOMESTIC AWARDEES (UNDISCLOSED) under CAGE 3JEH0 totaled $9.68 billion across 70,668 awards, with funding concentrated in a small number of agencies. The Agency for International Development accounted for $5.04 billion, or just over half of total obligated value, followed by the Department of the Army at $2.52 billion and the Department of State at $1.40 billion; these three agencies represent the dominant share of spend. Award volume is more dispersed than dollars, with the U.S. Marshals Service issuing 43,620 awards but obligating only $143.03 million, indicating a high count of lower-value transactions relative to the largest funding agencies.

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 = '3JEH0'
        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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 3,639,540,829.19 3.64 billion 5,009
561612 SECURITY GUARDS AND PATROL SERVICES 892,049,374.53 892.05 million 43,823
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 844,716,098.98 844.72 million 63
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 726,491,398.62 726.49 million 329
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 617,073,160.19 617.07 million 552
812990 ALL OTHER PERSONAL SERVICES 602,707,696.25 602.71 million 10,653
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 353,446,702.62 353.45 million 358
561210 FACILITIES SUPPORT SERVICES 331,550,087.41 331.55 million 312
311340 NONCHOCOLATE CONFECTIONERY MANUFACTURING 225,621,996.61 225.62 million 144
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 212,867,265.78 212.87 million 1,840

Insight

Over the last 10 years, obligations for DOMESTIC AWARDEES (UNDISCLOSED) under CAGE 3JEH0 were concentrated in NAICS 541990, which accounted for $3.64 billion across 5,009 awards, or about 37.6% of total obligations. NAICS 561612 generated the highest award volume at 43,823 awards but only $892.05 million in obligations, indicating a high-transaction, lower-dollar profile in that category. The remaining top NAICS codes were materially smaller in dollar value and more dispersed, with no other category exceeding $845 million in total obligations.

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 = '3JEH0'
        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 -6,156,750.61 -6.16 million 5,484
2024 1,336,291,512.25 1.34 billion 7,479
2023 1,328,420,200.22 1.33 billion 8,208
2022 487,779,429.23 487.78 million 6,267
2021 546,581,833.99 546.58 million 7,868
2020 736,412,398.58 736.41 million 8,426
2019 1,074,311,496.50 1.07 billion 7,716
2018 1,319,539,863.51 1.32 billion 8,268
2017 1,456,603,783.70 1.46 billion 8,701
2016 1,395,856,027.56 1.40 billion 2,251

Insight

Over the last 10 years, obligations to DOMESTIC AWARDEES (UNDISCLOSED) totaled $9.68 billion across 70,668 awards, with an average award value of about $136.9K. Funding was relatively steady at roughly $1.3B to $1.5B annually in FY 2016-FY 2018, then declined in FY 2019-FY 2022 before rebounding in FY 2023 and FY 2024 to about $1.33B-$1.34B. FY 2025 is negative at -$6.16M, indicating net deobligations for the current year-to-date period. Award volume was highest in FY 2017-FY 2021, ranging from 7,716 to 8,701 awards, with a notable lower count in FY 2016.

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.