NAICS Industry

NAICS 811219 Federal Contract Obligations (Last Year)

Last full-year FPDS procurement data for NAICS 811219 shows 1.36 billion in obligations across 4,852 award actions for other electronic and precision equipment repair and maintenance.

NAICS 811219 covers federal spending for other electronic and precision equipment repair and maintenance. In the last full year, obligations reached 1.36 billion across 4,852 award actions, with activity concentrated at the Missile Defense Agency, the Department of the Air Force, and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of readable FPDS obligations and award counts for NAICS 811219, with agency and vendor rankings based on the provided totals.

NAICS Code
811219
Industry
OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE
Total Obligated
1.36 billion
1,360,721,829.14
Award Actions
4,852
Average Action Value
280,445.55

About NAICS 811219 federal contract activity

NAICS 811219, Other Electronic and Precision Equipment Repair and Maintenance, recorded $1.36 billion in FPDS-obligated value across 4,852 awards during the last full year. The average award value was $280,445.55, indicating a mix of smaller maintenance actions alongside a smaller number of materially larger obligations.

Agency demand and leading federal buyers

Obligations were concentrated in a small set of defense and transportation-related agencies. The Missile Defense Agency led with $621.93 million across 115 awards, followed by the Department of the Air Force with $469.68 million across 1,296 awards and the Department of the Navy with $133.50 million across 271 awards.

Vendor concentration and leading contractors

RAYTHEON COMPANY was the dominant recipient with $618.83 million across 130 awards, far ahead of the next vendor. LOCKHEED MARTIN CORPORATION followed with $176.16 million across 176 awards, while BOEING COMPANY, THE and HUNTINGTON INGALLS INCORPORATED each received more than $100 million, reflecting concentration among major defense contractors.

Annual contract trend over the analysis window

The annual trend for 2025 shows total obligations of $1.36 billion across 4,852 awards, which matches the full analysis window provided. With only a single annual data point in the window, the trend view supports level-setting rather than year-over-year comparison.

How to interpret this page

This page summarizes FPDS obligations categorized under NAICS 811219 for the last full year. Agency and vendor rankings are based on total obligated dollars, with award counts shown to indicate procurement breadth alongside dollar concentration.

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__productOrServiceInformation__principalNAICSCode = '811219'
        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
97JC MISSILE DEFENSE AGENCY (MDA) 621,934,377.58 621.93 million 115
5700 DEPT OF THE AIR FORCE 469,680,429.14 469.68 million 1,296
1700 DEPT OF THE NAVY 133,501,527.98 133.50 million 271
3600 VETERANS AFFAIRS, DEPARTMENT OF 40,972,277.07 40.97 million 1,418
6920 FEDERAL AVIATION ADMINISTRATION 29,223,761.80 29.22 million 75
2100 DEPT OF THE ARMY 19,469,632.24 19.47 million 359
7524 FOOD AND DRUG ADMINISTRATION 8,788,128.72 8.79 million 105
7014 U.S. CUSTOMS AND BORDER PROTECTION 8,615,228.56 8.62 million 17
9776 USTRANSCOM 7,295,458.98 7.30 million 5
1434 US GEOLOGICAL SURVEY 4,287,236.99 4.29 million 20

Insight

NAICS 811219 obligated $1.36 billion across 4,852 awards in the last full year, with procurement activity concentrated in a small number of agencies. The Missile Defense Agency led obligations at $621.93 million, followed by the Department of the Air Force at $469.68 million; together they accounted for the majority of reported spend. The Department of the Navy added $133.50 million, while the remaining agencies were each below $41 million, indicating a steep drop-off after the top three. Award volume was more distributed than dollars, with the Department of Veterans Affairs and the Air Force posting the highest award counts among the listed agencies.

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,
        anyHeavy(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__productOrServiceInformation__principalNAICSCode = '811219'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
RAYTHEON COMPANY 3W1D7 618,830,056.85 618.83 million 130
LOCKHEED MARTIN CORPORATION 81755 176,161,286.76 176.16 million 176
BOEING COMPANY, THE 05HA6 128,358,446.08 128.36 million 31
HUNTINGTON INGALLS INCORPORATED 43689 107,903,047.00 107.90 million 12
YULISTA SUPPORT SERVICES, LLC 7TVG3 25,552,924.38 25.55 million 32
THE BOEING COMPANY 28980 23,100,023.00 23.10 million 21
NORTHROP GRUMMAN SYSTEMS CORPORATION 97942 22,855,696.42 22.86 million 93
CUBIC DEFENSE APPLICATIONS, INC. 94987 17,903,000.90 17.90 million 24
APRO INTERNATIONAL, INC. 65ZD5 17,837,160.09 17.84 million 18
CACI, INC. - FEDERAL 1QU78 17,711,004.34 17.71 million 11

Insight

In the last full year, NAICS 811219 obligated $1.36 billion across 4,852 awards, with an average award value of $280.4K. Obligations are highly concentrated: RAYTHEON COMPANY accounts for $618.83 million, or about 45.5% of total obligated dollars, and the top four vendors together account for roughly 77% of obligations. Award activity is less concentrated than dollars, with several vendors receiving relatively small shares of total obligations across a wider number of awards.

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__productOrServiceInformation__principalNAICSCode = '811219'
        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,360,721,829.14 1.36 billion 4,852

Insight

For the last full year, obligations under NAICS 811219 totaled $1.36 billion across 4,852 awards, with an average award value of $280,445.55. Because the available annual trend window contains only one year of data, no year-over-year change or multi-year pattern can be assessed. The volume of awards suggests a dispersed obligation base rather than concentration in a small number of actions, although award-size dispersion cannot be confirmed from the provided data alone.

Use FPDS Query for deeper industry analysis

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