In the last full year, MINISTRY OF DEFENSE recorded 6 award actions totaling $1,911,043.06, with an average action value of $318,507.17. All obligations in this window were linked to the DEPT OF THE AIR FORCE.
Federal Contractor
MINISTRY OF DEFENSE Federal Contract Obligations (Last Year)
FPDS analysis page for MINISTRY OF DEFENSE (CAGE J0404, UEI C1KKFURZSEF5) covering last full year federal obligations.
This page reflects obligated federal award data for the selected analysis window and summarizes agency-level activity only from the provided records.
About MINISTRY OF DEFENSE federal contract activity
MINISTRY OF DEFENSE (CAGE J0404, UEI C1KKFURZSEF5) recorded $1.91 million in obligated value across 6 FPDS awards in the last full year, for an average award size of $318,507.17. The activity profile is narrow in both volume and concentration, indicating a small set of transactions rather than broad contract dispersion.
Agency mix and customer concentration
All reported obligations were awarded by the DEPT OF THE AIR FORCE, which accounted for the full $1.91 million across all 6 awards. This indicates complete agency concentration in the observed period, with no additional federal buyers appearing in the dataset provided.
Industry profile based on NAICS activity
No NAICS data were returned for the analysis window, so industry concentration cannot be assessed from the supplied results. Any characterization of the vendor’s business mix at the NAICS level would require additional records beyond this extract.
Annual contract trend over the analysis window
The annual trend shows all observed obligation value and award activity in 2025, totaling $1.91 million across 6 awards. With only one year present in the provided window, the data support a point-in-time view rather than a multi-year trajectory.
How to interpret this page
This summary is based on FPDS records filtered to the last full year and keyed to the supplied vendor identifiers (CAGE J0404 and UEI C1KKFURZSEF5). Metrics reflect obligated dollars and award counts from the records provided; where the dataset contains no NAICS results, no industry analysis is inferred.
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 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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 1,911,043.06 | 1.91 million | 6 |
Insight
During the last full year, all obligated dollars for MINISTRY OF DEFENSE (CAGE J0404) were concentrated in a single agency relationship with the Department of the Air Force. The vendor received 6 awards totaling $1.91 million, for an average award value of about $318.5K. This indicates a fully concentrated agency mix with no obligated activity shown outside the Air Force during 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 = 'J0404'
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 |
|---|
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 1 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 |
Insight
In the last full year, MINISTRY OF DEFENSE (CAGE J0404) recorded $1.91 million in total obligations across 6 awards, for an average award value of $318,507.17. Obligations are fully concentrated in a single year (2025), so this window does not support a year-over-year trend assessment. The activity profile indicates a small number of moderately sized awards rather than broad distribution across many actions.
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.