Geography

Massachusetts Federal Contract Obligations (Last Year)

This page summarizes federal contract obligations in Massachusetts for last full year, including award volume and market trend context.

Use this page to review federal contract obligations in Massachusetts for last full year. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last full year

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last full year analysis window.

State Code
MA
State
Massachusetts
Total Obligated
17.78 billion
17,783,154,718.81
Award Actions
128,573
Average Action Value
138,311.73

About Massachusetts federal contract activity

This page summarizes last full year of federal contract activity associated with Massachusetts. Based on the current FPDS Query dataset, this geography shows 17.78 billion in visible obligations across 128,573 award actions, with an average action value of 138,311.73. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand in Massachusetts appears concentrated among a relatively small group of federal buyers over the last full year. The visible agency ranking is led by DEPT OF THE NAVY, with 4.41 billion in obligations, followed by DEPT OF THE AIR FORCE. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in Massachusetts over the last full year. The current ranking is led by RAYTHEON COMPANY, with 2.62 billion in obligations, followed by RAYTHEON COMPANY. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved in Massachusetts across the last full year, from 2025 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last full year. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MA'
        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
1700 DEPT OF THE NAVY 4,414,127,053.97 4.41 billion 2,891
5700 DEPT OF THE AIR FORCE 3,709,482,433.54 3.71 billion 2,894
2100 DEPT OF THE ARMY 2,847,487,293.27 2.85 billion 2,045
97AS DEFENSE LOGISTICS AGENCY 2,183,913,710.79 2.18 billion 39,264
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,210,505,924.69 1.21 billion 2,964
97JC MISSILE DEFENSE AGENCY (MDA) 874,331,649.69 874.33 million 273
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 293,926,282.05 293.93 million 64
2041 BUREAU OF ENGRAVING AND PRINTING 192,793,869.14 192.79 million 85
97DH DEFENSE HEALTH AGENCY (DHA) 180,740,939.47 180.74 million 151
9771 DEFENSE MICROELECTRONICS ACTIVITY (DMEA) 176,157,747.36 176.16 million 38

Insight

Massachusetts contract activity over the last full year appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, followed by DEPT OF THE AIR FORCE, which suggests that federal demand in this geography is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MA'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
RAYTHEON COMPANY 05716 2,616,517,468.05 2.62 billion 456
RAYTHEON COMPANY 7Y193 2,065,287,235.37 2.07 billion 529
MASSACHUSETTS INSTITUTE OF TECHNOLOGY 3G050 1,230,028,494.34 1.23 billion 366
RAYTHEON COMPANY 3W1D7 866,989,878.23 866.99 million 284
GENERAL ELECTRIC COMPANY 99207 832,197,513.86 832.20 million 815
GENERAL DYNAMICS MISSION SYSTEMS, INC. 3CX85 687,726,587.30 687.73 million 94
FRESENIUS MEDICAL CARE HOLDINGS INC 3MGP1 676,755,682.18 676.76 million 10
RAYTHEON COMPANY 0AYP7 601,344,052.62 601.34 million 143
CHARLES STARK DRAPER LABORATORY, INC., THE 51993 581,230,478.18 581.23 million 142
THE MITRE CORPORATION 4B080 383,834,903.33 383.83 million 58

Insight

Visible obligations in Massachusetts over the last full year appear concentrated among a relatively small set of leading vendors. RAYTHEON COMPANY ranks first, followed by RAYTHEON COMPANY, which helps define the current competitive landscape in this geography.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MA'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 3,566,150,986.50 3.57 billion 1,296
541330 ENGINEERING SERVICES 1,834,715,389.91 1.83 billion 1,226
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,828,101,762.61 1.83 billion 871
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 978,830,159.15 978.83 million 64
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 816,411,360.90 816.41 million 2,117
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 750,082,181.79 750.08 million 484
621492 KIDNEY DIALYSIS CENTERS 745,875,099.98 745.88 million 24
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 624,115,125.84 624.12 million 306
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 537,955,749.53 537.96 million 479
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 492,214,732.09 492.21 million 306

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Massachusetts over the last full year. This helps show which federal market segments are most prominent in the state.

Top PSC Codes

SELECT
    psc_code,
    psc_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
        anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MA'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Award Actions
5840 RADAR EQUIPMENT, EXCEPT AIRBORNE 1,241,962,761.35 1.24 billion 204
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 1,178,171,853.96 1.18 billion 1,269
J014 MAINT/REPAIR/REBUILD OF EQUIPMENT- GUIDED MISSILES 978,631,027.40 978.63 million 137
1260 FIRE CONTROL DESIGNATING AND INDICATING EQUIPMENT 882,463,564.23 882.46 million 25
Q999 MEDICAL- OTHER 760,969,999.96 760.97 million 207
2840 GAS TURBINES AND JET ENGINES, AIRCRAFT, PRIME MOVING; AND COMPONENTS 752,456,862.95 752.46 million 501
1420 GUIDED MISSILE COMPONENTS 672,967,010.11 672.97 million 53
AC61 R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (BASIC RESEARCH) 643,312,386.37 643.31 million 277
1230 FIRE CONTROL SYSTEMS, COMPLETE 617,108,774.77 617.11 million 35
AC31 NATIONAL DEFENSE R&D SERVICES; DEFENSE-RELATED ACTIVITIES; BASIC RESEARCH 589,782,864.19 589.78 million 102

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Massachusetts over the last full year. This helps show which categories of federal demand are most prominent in the state.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MA'
        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 17,783,154,718.81 17.78 billion 128,573

Insight

The annual trend shows how obligations in Massachusetts moved across the last full year, from 2025 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.

Use FPDS Query for deeper geographic analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, 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.