Federal Agency

DEFENSE THREAT REDUCTION AGENCY (DTRA) Federal Contract Obligations (Last 5 Years)

FPDS contract obligation analysis for the Defense Threat Reduction Agency (DTRA), covering the last five years of awards, vendors, NAICS categories, and annual spending.

Defense Threat Reduction Agency (DTRA) recorded $5,455,843,211.86 in obligated award actions across 7,108 actions in the last five years, for an average action value of $767,563.76. The data shows concentration in professional and technical services, engineering, and research and development, with annual obligations ranging from $914.28 million in 2021 to $1.30 billion in 2024.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the selected five-year FPDS analysis window for Agency ID 9761 and are based on obligated amounts and award action counts only.

Agency ID
9761
Total Obligated
5.46 billion
5,455,843,211.86
Award Actions
7,108
Average Action Value
767,563.76

About DEFENSE THREAT REDUCTION AGENCY (DTRA) federal contract activity

Over the last 5 years, the Defense Threat Reduction Agency (DTRA) obligated $5.46 billion across 7,108 awards, with an average award value of $767,563.76. This volume indicates a procurement profile centered on sustained contract activity rather than a small number of exceptionally large obligations.

Vendor concentration and leading contractors

DTRA’s vendor base is concentrated among a small set of major contractors, led by Applied Research Associates, Inc. at $856.49 million across 950 awards. Booz Allen Hamilton Inc., CACI NSS, LLC, Leidos, Inc., and URS Federal Services International, Inc. also represent substantial shares of obligations, reflecting a mix of high-volume and high-value relationships.

Industry profile based on NAICS activity

The largest obligations are concentrated in professional, scientific, technical, engineering, and research and development categories. NAICS 541990, 541330, 541712, 541715, and 541512 account for the top spending areas, showing strong emphasis on technical services, engineering support, and R&D support aligned to DTRA’s mission.

Annual contract trend over the analysis window

Annual obligations were highest in 2024 at $1.30 billion, followed closely by 2023 at $1.29 billion and 2025 at $988.32 million. Award counts remained consistently high each year, ranging from 1,368 to 1,482, indicating steady procurement throughput despite variation in obligated dollars.

How to interpret this page

This summary is based on FPDS award records for DTRA, Agency ID 9761, covering the last 5 years of obligated spending. Totals, award counts, vendor rankings, NAICS concentrations, and annual trends are derived from the provided analysis window and reflect obligations recorded in FPDS for that period.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '9761'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
APPLIED RESEARCH ASSOCIATES, INC. 856,493,446.83 856.49 million 950
BOOZ ALLEN HAMILTON INC. 337,412,739.73 337.41 million 165
CACI NSS, LLC 305,065,185.06 305.07 million 32
LEIDOS, INC. 293,807,218.66 293.81 million 354
URS FEDERAL SERVICES INTERNATIONAL, INC 263,923,638.64 263.92 million 126
SYNAPTEK CORPORATION 252,453,498.08 252.45 million 273
NOBLIS, INC. 231,065,065.81 231.07 million 49
SYSTEMS PLANNING AND ANALYSIS, INC. 150,199,592.53 150.20 million 44
ARSERVICES, LIMITED 132,054,815.07 132.05 million 65
VALIANT GLOBAL DEFENSE SERVICES INC. 126,633,668.66 126.63 million 154

Insight

Over the last 5 years, DTRA obligated $5.46 billion across 7,108 awards, with an average award value of $767,563. Top vendor obligations are concentrated among a relatively small group, led by APPLIED RESEARCH ASSOCIATES, INC. at $856.49 million across 950 awards. The remaining top vendors each received between $126.63 million and $337.41 million, indicating a broad but still concentrated vendor base with several firms accounting for substantial portions of obligation volume.

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__purchaserInformation__contractingOfficeAgencyID = '9761'
        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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,158,992,160.25 1.16 billion 1,190
541330 ENGINEERING SERVICES 1,021,971,173.03 1.02 billion 319
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,001,512,927.63 1.00 billion 1,278
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 772,888,880.83 772.89 million 1,448
541512 COMPUTER SYSTEMS DESIGN SERVICES 494,398,946.80 494.40 million 328
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 249,304,108.20 249.30 million 283
541519 OTHER COMPUTER RELATED SERVICES 141,788,140.68 141.79 million 298
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 117,752,905.01 117.75 million 186
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 91,494,787.81 91.49 million 289
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 84,773,966.19 84.77 million 60

Insight

Over the last 5 years, DTRA obligated $5.46 billion across 7,108 awards, with spending concentrated in a small set of professional, scientific, technical, engineering, and R&D NAICS codes. NAICS 541990, 541330, 541712, and 541715 together account for the bulk of obligations, indicating strong reliance on contractor support for technical services and research and development. Award volume is also concentrated in these categories, with 541990, 541712, and 541715 each exceeding 1,000 awards, while 541330 represents a smaller number of higher-value 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__purchaserInformation__contractingOfficeAgencyID = '9761'
        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 988,316,361.53 988.32 million 1,482
2024 1,300,550,158.89 1.30 billion 1,418
2023 1,294,138,411.17 1.29 billion 1,409
2022 958,554,891.80 958.55 million 1,368
2021 914,283,388.47 914.28 million 1,431

Insight

Over the last 5 years, DTRA obligated $5.46 billion across 7,108 awards, with an average award value of $767.6K, indicating a moderately dispersed procurement portfolio. Annual obligations were lowest in 2021 at $914.3M, increased in 2022, and then remained elevated and relatively stable in 2023 and 2024 at about $1.29 billion to $1.30 billion. FY 2025 obligations have declined to $988.3M to date, while award counts have remained consistently high at roughly 1,368 to 1,482 per year.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.