MINISTRY OF DEFENSE received 60 award actions totaling 4.68 billion dollars in obligated value over the last five years. All recorded obligations in this window are from the Department of the Air Force, with annual activity peaking in 2021 at 2.12 billion dollars and remaining above 789 million dollars in 2022 through 2024 before declining to 1.91 million dollars in 2025.
Federal Contractor
MINISTRY OF DEFENSE Federal Contract Obligations (Last 5 Years)
Federal procurement profile for MINISTRY OF DEFENSE (CAGE J0404, UEI C1KKFURZSEF5) covering the last five years of FPDS award activity.
Figures reflect obligated amounts in the selected five-year analysis window; totals are shown as provided and may include rounding differences.
About MINISTRY OF DEFENSE federal contract activity
MINISTRY OF DEFENSE (CAGE J0404, UEI C1KKFURZSEF5) recorded 60 FPDS awards over the last 5 years, with total obligated dollars of $4.68 billion and an average award value of $78.07 million. The contract profile is highly concentrated and financially significant, indicating recurring large-dollar procurement activity rather than a broad base of small transactions.
Agency mix and customer concentration
All identified obligations in the analysis window are concentrated within the DEPT OF THE AIR FORCE, which accounts for the full $4.68 billion and all 60 awards. This indicates a single-agency dependency profile and suggests the vendor’s federal business is anchored almost entirely to Air Force procurement activity.
Industry profile based on NAICS activity
No NAICS-level distribution was available in the provided dataset, so sector concentration cannot be assessed from this analysis. As a result, the vendor’s market exposure by industry code remains unclassified within the current FPDS extract.
Annual contract trend over the analysis window
Annual obligations peaked in 2021 at $2.12 billion across 18 awards, then declined to $905.36 million in 2022 and $789.47 million in 2023. Funding remained elevated in 2024 at $863.91 million across 12 awards, followed by a much smaller 2025 total of $1.91 million across 6 awards, which may reflect a partial year or a material slowdown in award flow.
How to interpret this page
This summary is based on FPDS obligations associated with CAGE J0404 and UEI C1KKFURZSEF5 over the last 5 years. Totals reflect obligated dollars and award counts in the provided dataset only; where category data was unavailable, no inference was made.
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 = 'J0404'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 4,683,963,574.91 | 4.68 billion | 60 |
Insight
Over the last 5 years, obligations to MINISTRY OF DEFENSE (CAGE J0404) total $4.68 billion across 60 awards, for an average award value of about $78.1 million. All recorded obligation is concentrated with the Department of the Air Force, indicating complete top-agency dependence within this period. This concentration suggests the vendor’s federal activity in the FPDS record is narrowly distributed across a single agency customer.
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 = 'J0404'
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 |
|---|
Insight
No notable NAICS concentration was available for this analysis window.
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 = 'J0404'
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 | 1,911,043.06 | 1.91 million | 6 |
| 2024 | 863,905,224.97 | 863.91 million | 12 |
| 2023 | 789,473,533.18 | 789.47 million | 12 |
| 2022 | 905,356,809.20 | 905.36 million | 12 |
| 2021 | 2,123,316,964.50 | 2.12 billion | 18 |
Insight
Over the last 5 years, MINISTRY OF DEFENSE (CAGE J0404) obligated $4.68 billion across 60 awards, averaging about $78.1 million per award. Obligations were highly concentrated in 2021 at $2.12 billion and then declined in subsequent years, with annual totals of $905.4 million in 2022, $789.5 million in 2023, and $863.9 million in 2024. Activity in 2025 is currently limited to $1.91 million across 6 awards, indicating a sharp year-to-date decrease relative to prior years.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.