In the last full year, THE MITRE CORPORATION recorded $383,834,903.33 in obligated federal awards across 58 actions, for an average action value of $6,617,843.16. All reported obligations in this window came from the Department of the Air Force, with most activity aligned to NAICS 541990 and a small offset in NAICS 541330.
Federal Contractor
THE MITRE CORPORATION Federal Contract Obligations (Last Year)
Federal procurement profile for THE MITRE CORPORATION (CAGE 4B080, UEI GAVABYGCURL7) showing last full-year obligations of $383.83 million across 58 awards.
Totals reflect the last full year and may include negative obligation adjustments in NAICS-level detail.
About THE MITRE CORPORATION federal contract activity
THE MITRE CORPORATION recorded $383.83 million in obligated award value across 58 awards in the last full year, for an average award value of $6.62 million. The profile is highly concentrated, with all reported obligation tied to a single customer base and a relatively large number of awards at the prime level.
Agency mix and customer concentration
The DEPT OF THE AIR FORCE accounted for the full $383.83 million and all 58 awards in the analysis window. This indicates complete agency concentration and a direct reliance on Air Force contracting activity rather than a diversified federal customer mix.
Industry profile based on NAICS activity
Obligation was overwhelmingly associated with NAICS 541990, which represented $384.56 million across 56 awards and effectively defines the vendor's activity mix in the period. NAICS 541330 shows a small negative obligation of $721.72 thousand across 2 awards, which reduces the net total and suggests limited offsetting deobligation or adjustment activity in engineering services.
Annual contract trend over the analysis window
All reported obligation in the analysis window is captured in 2025, with $383.83 million across 58 awards. No multi-year trend can be inferred from the provided data beyond the single-year total, so the current view should be treated as a point-in-time snapshot.
How to interpret this page
This summary is based on FPDS award records for the vendor identified by CAGE 4B080 and UEI GAVABYGCURL7 over the last full year. Obligation totals, award counts, and average award value are taken directly from the provided analysis outputs; NAICS and agency shares reflect only the supplied aggregates and are not supplemented with external assumptions.
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 = '4B080'
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 | 383,834,903.33 | 383.83 million | 58 |
Insight
Over the last full year, THE MITRE CORPORATION’s obligations were fully concentrated within the DEPT OF THE AIR FORCE, totaling $383.83 million across 58 awards. This indicates a highly concentrated agency profile with no observable distribution across other agencies in the provided period. The average award value was approximately $6.62 million, suggesting a moderate number of relatively high-value awards within a single agency relationship.
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 = '4B080'
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 |
|---|---|---|---|---|
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 384,556,620.36 | 384.56 million | 56 |
| 541330 | ENGINEERING SERVICES | -721,717.03 | -721.72 thousand | 2 |
Insight
Over the last full year, THE MITRE CORPORATION (CAGE 4B080) was heavily concentrated in NAICS 541990, which accounted for 56 awards and $384.56 million in obligations, effectively encompassing the vendor’s entire reported activity. NAICS 541330 was limited to 2 awards and reflected a net negative obligation of $721.72 thousand, indicating a minor adjustment or deobligation offset against the dominant portfolio. Overall obligations totaled $383.83 million across 58 awards, with an average award value of $6.62 million.
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 = '4B080'
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 | 383,834,903.33 | 383.83 million | 58 |
Insight
For the last full year, THE MITRE CORPORATION (CAGE 4B080) recorded $383.83 million in obligated spending across 58 awards, for an average award value of $6.62 million. The activity is concentrated in a relatively small number of awards with substantial average dollar value, indicating a high-value, lower-count award distribution. No year-over-year trend can be assessed from the provided one-year window because only 2025 data are available.
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.