Federal Contractor

DYNCORP INTERNATIONAL LLC Federal Contract Obligations (Last 10 Years)

FPDS procurement profile for DYNCORP INTERNATIONAL LLC (CAGE 1SMB2, UEI ML6KL68PHMK3) covering obligations, awards, agencies, NAICS codes, and annual trends over the last 10 years.

DYNCORP INTERNATIONAL LLC has received 4,203 award actions totaling $8.79 billion in obligated value over the last 10 years, for an average action value of $2.09 million. Most of the spending is concentrated with the Department of the Army, Department of the Air Force, and Department of the Navy, with work dominated by other support activities for air transportation and facilities support services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals include a negative obligation in 2024, which can occur when deobligations exceed new obligations in that year.

CAGE Code
1SMB2
UEI
ML6KL68PHMK3
Total Obligated
8.79 billion
8,794,154,539.23
Award Actions
4,203
Average Action Value
2,092,351.78

About DYNCORP INTERNATIONAL LLC federal contract activity

DYNCORP INTERNATIONAL LLC (CAGE 1SMB2, UEI ML6KL68PHMK3) recorded $8.79 billion in obligated value across 4,203 awards over the last 10 years, for an average award value of $2.09 million. The profile is heavily defense-oriented, with the largest share of obligations concentrated in a small number of federal customers and mission-support service lines.

Agency mix and customer concentration

The DEPT OF THE ARMY is the dominant customer at $4.04 billion across 1,268 awards, followed by the DEPT OF THE AIR FORCE at $1.55 billion and the DEPT OF THE NAVY at $1.42 billion. DCMA also represents a material share of spend at $1.01 billion, while the DEPT OF STATE contributes a smaller but still meaningful $491.84 million, indicating a portfolio led by defense agencies with some civilian agency exposure.

Industry profile based on NAICS activity

NAICS 488190, Other Support Activities for Air Transportation, is the core concentration point with $5.27 billion and 2,861 awards. NAICS 561210, Facilities Support Services, is the second-largest category at $3.11 billion and 848 awards, while all other listed NAICS codes are substantially smaller, including consulting and aircraft-related manufacturing activities. This mix indicates a services-heavy vendor profile centered on air transport support and base/facility operations.

Annual contract trend over the analysis window

Annual obligations show a strong ramp through 2021 and 2022, peaking at $1.26 billion and $773.03 million respectively. Activity then moderated in 2023 to $206.31 million and turned negative in 2024 at -$35.21 million, before recovering modestly to $68.95 million in 2025 year-to-date. The pattern suggests a recent decline from earlier peak funding levels, with the negative 2024 total indicating downward adjustments or deobligations in the period.

How to interpret this page

This summary is based on FPDS obligation data for the last 10 years and is keyed to the vendor’s CAGE code and UEI. Totals, award counts, and averages reflect the provided aggregated metrics; annual trend values may include deobligations, which can produce negative yearly obligations. Agency and NAICS rankings are ordered by total obligated value.

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 = '1SMB2'
        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
2100 DEPT OF THE ARMY 4,044,368,807.95 4.04 billion 1,268
5700 DEPT OF THE AIR FORCE 1,545,419,419.16 1.55 billion 728
1700 DEPT OF THE NAVY 1,423,416,742.30 1.42 billion 454
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 1,008,192,787.28 1.01 billion 780
1900 STATE, DEPARTMENT OF 491,835,651.71 491.84 million 510
7014 U.S. CUSTOMS AND BORDER PROTECTION 133,675,541.72 133.68 million 23
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 62,131,092.79 62.13 million 147
7008 U.S. COAST GUARD 39,695,301.72 39.70 million 36
4732 FEDERAL ACQUISITION SERVICE 30,335,959.22 30.34 million 40
12C2 FOREST SERVICE 14,992,487.90 14.99 million 213

Insight

Over the last 10 years, DYNCORP INTERNATIONAL LLC’s obligations are highly concentrated in defense agencies, led by the Department of the Army at $4.04 billion across 1,268 awards, or about 46% of total obligations. The Department of the Air Force ($1.55 billion), Department of the Navy ($1.42 billion), and DCMA ($1.01 billion) together account for most of the remaining spend, indicating a strong reliance on a small set of DoD customers. Non-DoD agencies are materially smaller in value, with the Department of State the largest at $491.84 million, while the rest of the listed agencies each represent only a limited share of the vendor’s $8.79 billion total.

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 = '1SMB2'
        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
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 5,267,702,549.74 5.27 billion 2,861
561210 FACILITIES SUPPORT SERVICES 3,114,603,661.88 3.11 billion 848
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 217,211,190.36 217.21 million 121
336411 AIRCRAFT MANUFACTURING 60,623,294.92 60.62 million 200
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 46,096,328.40 46.10 million 40
541330 ENGINEERING SERVICES 44,654,117.09 44.65 million 45
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 38,785,184.00 38.79 million 17
611699 ALL OTHER MISCELLANEOUS SCHOOLS AND INSTRUCTION 10,541,671.42 10.54 million 6
611519 OTHER TECHNICAL AND TRADE SCHOOLS 3,748,726.85 3.75 million 3
561612 SECURITY GUARDS AND PATROL SERVICES 949,403.19 949.40 thousand 2

Insight

Over the last 10 years, DYNCORP INTERNATIONAL LLC’s obligations are highly concentrated in two NAICS codes: 488190, Other Support Activities for Air Transportation, at $5.27 billion across 2,861 awards, and 561210, Facilities Support Services, at $3.11 billion across 848 awards. Together, these two NAICS codes account for nearly all of the firm’s $8.79 billion in obligations, indicating a strong concentration in aviation support and facilities support work. The remaining NAICS codes are comparatively small and fragmented, with only limited obligated value spread across consulting, manufacturing, engineering, training, and security 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 = '1SMB2'
        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 68,945,482.98 68.95 million 50
2024 -35,212,934.37 -35.21 million 73
2023 206,309,168.38 206.31 million 159
2022 773,030,109.19 773.03 million 491
2021 1,258,224,235.72 1.26 billion 663
2020 1,997,632,821.10 2.00 billion 738
2019 1,514,051,610.18 1.51 billion 559
2018 1,441,069,323.08 1.44 billion 679
2017 1,347,982,732.84 1.35 billion 710
2016 222,121,990.13 222.12 million 81

Insight

Over the last 10 years, DYNCORP INTERNATIONAL LLC recorded $8.79 billion in obligated value across 4,203 awards, averaging $2.09 million per award. Obligations were highly concentrated in FY2017-FY2021 and peaked in FY2020 at $2.00 billion, with elevated activity also in FY2018 ($1.44 billion) and FY2019 ($1.51 billion). After FY2021, obligated value declined sharply, falling to $773.03 million in FY2022, $206.31 million in FY2023, and $68.95 million in FY2025; FY2024 was negative at -$35.21 million, indicating deobligations exceeded new obligations in that year.

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.