DYNCORP INTERNATIONAL LLC, CAGE 1SMB2 and UEI ML6KL68PHMK3, had 50 award actions in the analysis window and 68,945,482.98 in total obligated dollars. The Department of the Army accounted for the largest share of obligations, and NAICS 488190, Other Support Activities for Air Transportation, was the primary activity code.
Federal Contractor
DYNCORP INTERNATIONAL LLC Federal Contract Obligations (Last Year)
DYNCORP INTERNATIONAL LLC recorded 50 federal award actions in the last full year, with 68.95 million in total obligations across defense and aviation support work.
Agency and NAICS totals may include both positive obligations and de-obligations, so category subtotals can differ from the overall annual total.
About DYNCORP INTERNATIONAL LLC federal contract activity
DYNCORP INTERNATIONAL LLC recorded 68.95 million in FPDS-observed obligations across 50 awards during the last full year, for an average award value of 1.38 million. Activity is concentrated enough to suggest a limited number of materially significant actions rather than broad-based award dispersion.
Agency mix and customer concentration
The DEPT OF THE ARMY was the primary obligating agency, accounting for 70.61 million across 17 awards and effectively dominating the vendor’s federal work. Smaller positive obligations came from the STATE, DEPARTMENT OF and the DEPT OF THE NAVY, while negative obligations at DCMA and the DEPT OF THE AIR FORCE indicate downward adjustments, deobligations, or closeout-related corrections within the same period.
Industry profile based on NAICS activity
The vendor’s obligations were heavily concentrated in NAICS 488190, OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION, which represented 67.60 million across 35 awards. Engineering Services under NAICS 541330 added 5.22 million, while Facilities Support Services showed a negative net value, indicating offsetting modifications or cancellations; the remaining categories carried little or no net obligated value.
Annual contract trend over the analysis window
The annual trend shows 2025 as the full-year analysis period with 68.95 million obligated across 50 awards, so there is no multi-year pattern to compare in this dataset. The available data supports a point-in-time view of current-year federal spending rather than a directional trend over multiple years.
How to interpret this page
This summary is based on FPDS award records associated with CAGE 1SMB2 and UEI ML6KL68PHMK3 for the last full year. Obligated dollars are reported as net values and may include positive awards and negative adjustments, deobligations, or other modifications; agency and NAICS rankings are based on total obligated amount within the analysis window.
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 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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 70,609,273.77 | 70.61 million | 17 |
| 1900 | STATE, DEPARTMENT OF | 1,285,008.15 | 1.29 million | 2 |
| 1700 | DEPT OF THE NAVY | 1,236,787.81 | 1.24 million | 7 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -936,401.99 | -936.40 thousand | 18 |
| 5700 | DEPT OF THE AIR FORCE | -3,249,184.76 | -3.25 million | 6 |
Insight
DYNCORP INTERNATIONAL LLC’s obligations over the last full year were concentrated in the Department of the Army, which accounted for 70.61 million across 17 awards and exceeded the vendor’s reported total obligated of 68.95 million, indicating offsetting negative obligations elsewhere. Smaller positive obligations were placed with the Department of State and Department of the Navy, at 1.29 million and 1.24 million respectively. Negative obligations from DCMA (-936.40 thousand) and the Department of the Air Force (-3.25 million) materially reduced net obligated value despite 50 awards across the period.
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 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 |
|---|---|---|---|---|
| 488190 | OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION | 67,595,722.46 | 67.60 million | 35 |
| 541330 | ENGINEERING SERVICES | 5,218,176.64 | 5.22 million | 5 |
| 336411 | AIRCRAFT MANUFACTURING | 0.00 | 0.00 | 1 |
| 611519 | OTHER TECHNICAL AND TRADE SCHOOLS | 0.00 | 0.00 | 2 |
| 561210 | FACILITIES SUPPORT SERVICES | -3,868,416.12 | -3.87 million | 7 |
Insight
DYNCORP INTERNATIONAL LLC’s last full year obligations were heavily concentrated in NAICS 488190, Other Support Activities for Air Transportation, which accounted for $67.60 million across 35 awards, or the clear majority of the vendor’s $68.95 million total. A smaller share was obligated under NAICS 541330, Engineering Services, at $5.22 million across 5 awards, while the remaining NAICS categories had no positive obligated amount or reflected a negative obligation in NAICS 561210, Facilities Support Services, at -$3.87 million across 7 awards. Overall, the vendor’s activity is dominated by air transportation support work, with limited diversification into other NAICS codes.
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 1 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 |
Insight
During the last full year, DYNCORP INTERNATIONAL LLC (CAGE 1SMB2) received $68.95 million in obligated value across 50 awards, for an average award value of about $1.38 million. The available 1-year window reflects a single annual total, so year-to-year trend assessment is not possible from this view alone. Within the period shown, obligated value is concentrated in one year, indicating material contracting activity but no observable multi-year pattern from the provided data.
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.