NAICS Industry

NAICS 811219 Federal Contract Obligations (Last 10 Years)

NAICS 811219 covers federal obligations for other electronic and precision equipment repair and maintenance, with 16.61 billion obligated across 139,187 actions in the last 10 years.

This page summarizes federal procurement activity in NAICS 811219 over the last 10 years, including annual trends, top agencies, and leading vendors. The Department of the Air Force is the largest obligating agency, and Raytheon Company is the top vendor by obligated value.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect readable totals and exact obligations for the analysis window, and award counts represent action counts tied to this NAICS classification.

NAICS Code
811219
Industry
OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE
Total Obligated
16.61 billion
16,608,617,727.32
Award Actions
139,187
Average Action Value
119,325.92

About NAICS 811219 federal contract activity

NAICS 811219 covers Other Electronic and Precision Equipment Repair and Maintenance. Over the last 10 years, this category accounted for $16.61 billion across 139,187 awards, with an average award value of $119,325.92, indicating a large volume of mostly smaller transactions alongside a meaningful set of higher-value obligations.

Agency demand and leading federal buyers

The Department of the Air Force is the largest obligating agency in this NAICS at $5.23 billion across 20,139 awards, making it the primary demand source in the dataset. Transportation Security Administration and the Missile Defense Agency follow at $2.77 billion and $2.57 billion respectively, while Veterans Affairs and the Department of the Army also represent major buyers with high award counts and substantial obligated amounts.

Vendor concentration and leading contractors

Raytheon Company is the leading vendor in this NAICS with $2.82 billion across 1,245 awards, followed by Leidos, Inc. at $1.47 billion. Northrop Grumman Systems Corporation, Techflow, Inc., and The Boeing Company also rank among the top recipients, showing that obligations are concentrated among a small set of large defense and technical service firms.

Annual contract trend over the analysis window

Annual obligations in the most recent years remain strong but uneven, ranging from $1.27 billion in 2024 to a high of $2.13 billion in 2022. Award counts rose sharply through 2021 and 2022, then eased in 2023 and 2024, with 2025 at $1.36 billion across 4,840 awards through the analysis window.

How to interpret this page

This page summarizes FPDS records associated with NAICS 811219 over the last 10 years and aggregates obligations, award counts, and average award value from the underlying award-level data. Agency and vendor rankings are based on total obligated dollars within the selected NAICS and time period; annual trend figures reflect obligations and award counts by fiscal year within the same window.

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 10 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 5,230,093,210.77 5.23 billion 20,139
7013 TRANSPORTATION SECURITY ADMINISTRATION 2,765,445,640.35 2.77 billion 301
97JC MISSILE DEFENSE AGENCY (MDA) 2,567,300,454.35 2.57 billion 759
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,598,683,894.13 1.60 billion 39,862
2100 DEPT OF THE ARMY 1,224,502,758.14 1.22 billion 14,425
1700 DEPT OF THE NAVY 826,111,058.05 826.11 million 18,056
7014 U.S. CUSTOMS AND BORDER PROTECTION 502,776,888.32 502.78 million 469
6920 FEDERAL AVIATION ADMINISTRATION 379,602,010.59 379.60 million 3,990
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 378,014,096.69 378.01 million 56
7529 NATIONAL INSTITUTES OF HEALTH 255,533,870.24 255.53 million 12,323

Insight

Over the last 10 years, obligations under NAICS 811219 totaled $16.61 billion across 139,187 awards, with the Department of the Air Force accounting for the largest share at $5.23 billion. The top three agencies—the Air Force, TSA, and the Missile Defense Agency—together obligated about $10.56 billion, or roughly 63% of total spend, indicating a strong concentration among a small number of buyers. By award volume, Veterans Affairs, the Air Force, and the Navy generated the highest counts, while several top-spend agencies, including TSA and MDA, did so with relatively few awards, suggesting larger average award values.

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 10 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 2,821,115,454.07 2.82 billion 1,245
LEIDOS, INC. 5UTE1 1,472,175,401.85 1.47 billion 223
NORTHROP GRUMMAN SYSTEMS CORPORATION 25512 1,086,713,095.33 1.09 billion 2,880
TECHFLOW, INC. 1HQF4 1,004,767,002.79 1.00 billion 33
BOEING COMPANY, THE 0PXV4 986,561,310.91 986.56 million 505
LOCKHEED MARTIN CORPORATION 81755 880,881,668.58 880.88 million 1,171
AGILITI HEALTH, INC. 0NVY1 471,034,134.35 471.03 million 506
AMERICAN SCIENCE AND ENGINEERING, INC. 21802 207,346,891.09 207.35 million 119
HUNTINGTON INGALLS INCORPORATED 43689 207,022,665.00 207.02 million 42
MORPHO DETECTION, LLC 048M4 192,199,553.47 192.20 million 32

Insight

Over the last 10 years, obligations in NAICS 811219 totaled $16.61 billion across 139,187 awards, with an average award value of $119,325.92, indicating a high-volume, relatively low-dollar award environment overall. Top vendor obligations are concentrated among a small set of firms: RAYTHEON COMPANY leads with $2.82 billion, followed by LEIDOS, INC. at $1.47 billion and NORTHROP GRUMMAN SYSTEMS CORPORATION at $1.09 billion. The remaining top vendors are notably below the first three in obligated dollars, suggesting a skewed distribution in which a few large contractors account for a substantial share of spending while award counts remain dispersed.

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 10 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,425,755.16 1.36 billion 4,840
2024 1,273,850,454.92 1.27 billion 7,492
2023 1,794,882,422.99 1.79 billion 10,210
2022 2,134,467,700.60 2.13 billion 15,889
2021 1,963,777,014.17 1.96 billion 16,848
2020 2,141,522,217.96 2.14 billion 15,972
2019 1,551,029,223.76 1.55 billion 15,944
2018 1,949,288,846.52 1.95 billion 17,238
2017 1,295,376,194.47 1.30 billion 18,055
2016 1,143,997,896.77 1.14 billion 16,699

Insight

Over the last 10 years, NAICS 811219 obligated $16.61 billion across 139,187 awards, with an average award value of $119,325.92, indicating a high-volume, relatively low-dollar procurement profile. Annual obligations were concentrated in 2020-2022, peaking at $2.14 billion in 2020 and remaining above $1.96 billion in 2021 and $2.13 billion in 2022. Obligations then declined to $1.79 billion in 2023 and $1.27 billion in 2024, with 2025 at $1.36 billion year-to-date, while award counts were highest in 2017-2022 and lower in 2024-2025.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.