NAICS Industry

NAICS 811219 Federal Contract Obligations (Last 5 Years)

Federal procurement activity for NAICS 811219, Other Electronic and Precision Equipment Repair and Maintenance, shows 55,291 award actions and $8.53 billion obligated over the last 5 years.

This NAICS page summarizes federal obligations for other electronic and precision equipment repair and maintenance across the last five years. The data shows concentrated spending at the Department of the Air Force, the Missile Defense Agency, and the Transportation Security Administration, with Raytheon Company, Leidos, Northrop Grumman Systems Corporation, Lockheed Martin Corporation, and TechFlow, Inc. among the largest vendors.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations peaked in 2022 at $2.13 billion and declined to $1.36 billion in 2025; values reflect readable totals from FPDS award records in the analysis window.

NAICS Code
811219
Industry
OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE
Total Obligated
8.53 billion
8,527,699,421.82
Award Actions
55,291
Average Action Value
154,233.04

About NAICS 811219 federal contract activity

NAICS 811219 covers other electronic and precision equipment repair and maintenance. Over the last 5 years, FPDS records show $8.53 billion obligated across 55,291 awards, with an average award value of $154,233.04, indicating a high-volume market with a mix of larger service contracts and many smaller obligations.

Agency demand and leading federal buyers

The Department of the Air Force is the largest obligating agency in this NAICS, with $2.92 billion across 9,830 awards. The Missile Defense Agency and Transportation Security Administration follow with $1.64 billion and $1.32 billion, respectively, while the Department of Veterans Affairs and Department of the Navy also represent significant demand. This concentration suggests the category is driven by defense, security, and mission-critical maintenance requirements.

Vendor concentration and leading contractors

RAYTHEON COMPANY leads vendors in this NAICS with $1.68 billion obligated across 633 awards, followed by LEIDOS, INC. at $697.91 million and NORTHROP GRUMMAN SYSTEMS CORPORATION at $634.06 million. LOCKHEED MARTIN CORPORATION and TECHFLOW, INC. also rank among the top recipients, reflecting a vendor base that includes major defense contractors and specialized service providers. Award counts vary substantially by vendor, suggesting different contract structures and levels of tasking within the category.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at $2.13 billion and remained elevated in 2023 at $1.79 billion before declining to $1.27 billion in 2024 and $1.36 billion in 2025. Award counts were highest in 2021 and 2022, then trended lower through 2025, showing a reduction in transaction volume alongside a softer obligation level. Overall, the series indicates strong but somewhat uneven spending over the period, with the most recent years below the 2021-2022 peak.

How to interpret this page

This page summarizes FPDS obligations reported under NAICS 811219 for the last 5 years. Metrics include total obligated dollars, award counts, average award value, and ranked agency, vendor, and annual trend views based on the supplied FPDS Query dataset. Values are shown as reported in the dataset and are not adjusted for inflation or scope changes.

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 5 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 2,923,023,411.34 2.92 billion 9,830
97JC MISSILE DEFENSE AGENCY (MDA) 1,641,459,637.10 1.64 billion 486
7013 TRANSPORTATION SECURITY ADMINISTRATION 1,319,416,156.10 1.32 billion 114
3600 VETERANS AFFAIRS, DEPARTMENT OF 721,884,568.36 721.88 million 16,682
1700 DEPT OF THE NAVY 419,715,131.10 419.72 million 5,700
2100 DEPT OF THE ARMY 363,084,868.32 363.08 million 4,843
7014 U.S. CUSTOMS AND BORDER PROTECTION 214,883,359.29 214.88 million 137
6920 FEDERAL AVIATION ADMINISTRATION 198,617,892.04 198.62 million 947
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 175,843,907.17 175.84 million 26
7529 NATIONAL INSTITUTES OF HEALTH 105,671,173.25 105.67 million 5,060

Insight

Over the last 5 years, obligations for NAICS 811219 total $8.53 billion across 55,291 awards, with an average award value of $154,233. The Department of the Air Force is the largest obligor at $2.92 billion, followed by the Missile Defense Agency at $1.64 billion and the Transportation Security Administration at $1.32 billion, indicating a concentration of spend among a small set of agencies. The Veterans Affairs Department, Department of the Navy, and Department of the Army add substantial volume, but with notably higher award counts, suggesting broader distribution of smaller awards within those organizations.

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 5 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 1,679,659,572.73 1.68 billion 633
LEIDOS, INC. 5UTE1 697,914,082.35 697.91 million 71
NORTHROP GRUMMAN SYSTEMS CORPORATION 97942 634,055,427.75 634.06 million 898
LOCKHEED MARTIN CORPORATION 81755 621,255,250.92 621.26 million 703
TECHFLOW, INC. 1HQF4 611,059,913.55 611.06 million 23
BOEING COMPANY, THE 05HA6 572,905,482.67 572.91 million 239
AGILITI HEALTH, INC. 0NVY1 216,649,917.50 216.65 million 305
HUNTINGTON INGALLS INCORPORATED 43689 207,022,665.00 207.02 million 42
CUBIC DEFENSE APPLICATIONS, INC. 94987 127,210,634.37 127.21 million 170
L3HARRIS TECHNOLOGIES, INC. 28527 102,066,543.47 102.07 million 180

Insight

Over the last 5 years, NAICS 811219 shows $8.53 billion obligated across 55,291 awards, with a relatively low average award value of $154,233, indicating a high-volume, fragmented spend profile. Obligations are concentrated among a small set of vendors: RAYTHEON COMPANY leads with $1.68 billion, and the top 10 vendors together account for a substantial share of total obligations. Award counts vary materially across the top vendors, with some firms receiving large numbers of awards at comparatively lower obligated values, suggesting mixed award structures rather than a single dominant contracting pattern.

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 5 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
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

Insight

NAICS 811219 obligated spending totaled $8.53 billion across 55,291 awards over the last 5 years, with an average award value of $154,233. Annual obligations peaked in 2022 at $2.13 billion and then declined in each subsequent year to $1.79 billion in 2023, $1.27 billion in 2024, and $1.36 billion in 2025. Award counts also fell from 16,848 in 2021 and 15,889 in 2022 to 4,852 in 2025, indicating a clear contraction in both spending volume and award activity after 2022.

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