Federal Contractor

THE MITRE CORPORATION Federal Contract Obligations (Last Year)

FPDS vendor profile for THE MITRE CORPORATION (CAGE 7L030, UEI DMHDNDCPWUD1) covering last full year federal obligations.

In the last full year, THE MITRE CORPORATION received 994 award actions totaling $1.19 billion in obligated funding. Most of the activity was concentrated at the Department of the Army, with additional obligations from the Federal Aviation Administration, Centers for Medicare and Medicaid Services, the National Institute of Standards and Technology, and the Department of Veterans Affairs.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year analysis window and may include multiple award actions across agencies and NAICS categories.

CAGE Code
7L030
UEI
DMHDNDCPWUD1
Total Obligated
1.19 billion
1,194,861,129.38
Award Actions
994
Average Action Value
1,202,073.57

About THE MITRE CORPORATION federal contract activity

THE MITRE CORPORATION recorded $1.19 billion in obligated FPDS awards across 994 actions in the last full year, with an average award value of $1.20 million. The activity profile indicates a high-volume, mid-to-large dollar contracting footprint consistent with a major federal research and technical services vendor.

Agency mix and customer concentration

The Department of the Army accounted for the largest share of obligations at $660.35 million across 179 awards, representing more than half of the vendor’s annual total. The next largest buyers were the Federal Aviation Administration, Centers for Medicare and Medicaid Services, National Institute of Standards and Technology, and the Department of Veterans Affairs, indicating a broad but concentrated federal customer base spanning defense, transportation, health, standards, and veterans missions.

Industry profile based on NAICS activity

Obligations were dominated by NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences, which totaled $832.27 million across 394 awards. Supporting work also appeared in engineering services, technical services, social science and humanities R&D, and management consulting, showing a portfolio centered on R&D with adjacent analytical and advisory support.

Annual contract trend over the analysis window

The annual trend shows $1.19 billion obligated in 2025 across 994 awards, which is the full analysis window reflected in this extract. With only one year presented, the data supports a snapshot of current annual procurement activity rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS obligations associated with CAGE code 7L030 and UEI DMHDNDCPWUD1 for the last full year. Agency and NAICS groupings reflect aggregated obligated dollars and award counts from the provided dataset; values are not adjusted for inflation or normalized across procurement vehicles.

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 = '7L030'
        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 660,346,626.21 660.35 million 179
6920 FEDERAL AVIATION ADMINISTRATION 151,873,985.61 151.87 million 51
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 102,730,412.25 102.73 million 73
1341 NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY 58,437,129.32 58.44 million 40
3600 VETERANS AFFAIRS, DEPARTMENT OF 39,071,493.62 39.07 million 45
7001 OFFICE OF PROCUREMENT OPERATIONS 29,116,823.35 29.12 million 106
2050 INTERNAL REVENUE SERVICE 23,061,441.14 23.06 million 141
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 21,927,208.57 21.93 million 18
7009 U.S. SECRET SERVICE 9,756,336.52 9.76 million 16
6901 OFFICE OF THE SECRETARY 9,317,039.03 9.32 million 15

Insight

In the last full year, THE MITRE CORPORATION’s obligations were concentrated at the Department of the Army, which accounted for $660.35 million across 179 awards, or about 55% of the vendor’s $1.19 billion total. The next largest agency, the Federal Aviation Administration, obligated $151.87 million across 51 awards, followed by CMS at $102.73 million across 73 awards, indicating a secondary cluster of materially smaller buyers. Award volume is more dispersed than obligated value, with agencies such as the IRS and Office of Procurement Operations posting high award counts (141 and 106) but relatively low obligated amounts, suggesting a mix of large, Army-driven obligations and broader, smaller-value activity across multiple agencies.

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 = '7L030'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 832,273,632.91 832.27 million 394
541330 ENGINEERING SERVICES 161,174,322.13 161.17 million 63
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 78,566,036.02 78.57 million 232
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 56,697,009.95 56.70 million 34
541618 OTHER MANAGEMENT CONSULTING SERVICES 56,128,332.88 56.13 million 192
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 8,367,362.89 8.37 million 10
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,992,315.90 2.99 million 2
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 544,689.18 544.69 thousand 4
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 375,000.00 375.00 thousand 2
541199 ALL OTHER LEGAL SERVICES 72,332.39 72.33 thousand 1

Insight

THE MITRE CORPORATION’s obligations in the last full year are highly concentrated in NAICS 541715, which accounts for $832.27 million across 394 awards, or roughly 70% of total obligated value. The next largest NAICS, 541330, adds $161.17 million across 63 awards, while 541990, 541720, and 541618 each contribute materially but at much smaller levels, indicating a broad but still R&D-centered portfolio. Overall, the distribution shows a strong concentration in research and engineering services, with lower-value obligations spread across adjacent professional, scientific, and consulting categories.

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 = '7L030'
        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,194,861,129.38 1.19 billion 994

Insight

In the last full year, THE MITRE CORPORATION (CAGE 7L030) received $1.19 billion in obligated funding across 994 awards, for an average award value of approximately $1.20 million. This volume indicates a highly distributed award profile rather than reliance on a small number of large obligations. With only one annual data point provided for the 1-year window, no year-over-year trend can be assessed from this view.

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.