NAICS Industry

NAICS 334118 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for NAICS 334118 (COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for NAICS 334118 (COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

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

NAICS Code
334118
Industry
COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING
Total Obligated
2.15 billion
2,149,887,060.44
Award Actions
28,671
Average Action Value
74,984.72

About NAICS 334118 federal contract activity

This page summarizes last 10 years of federal contract activity associated with NAICS 334118 (COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING). Based on the current FPDS Query dataset, this industry shows 2.15 billion in visible obligations across 28,671 award actions, with an average action value of 74,984.72. 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 for NAICS 334118 (COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEPT OF THE NAVY, with 603.49 million in obligations, followed by FEDERAL BUREAU OF INVESTIGATION. 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 NAICS 334118 (COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING) over the last 10 years. The current ranking is led by IRON BOW TECHNOLOGIES, LLC, with 277.13 million in obligations, followed by DRS LAUREL TECHNOLOGIES. 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 for NAICS 334118 (COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal industry segment.

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 industry-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. 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__productOrServiceInformation__principalNAICSCode = '334118'
        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
1700 DEPT OF THE NAVY 603,490,337.61 603.49 million 4,568
1549 FEDERAL BUREAU OF INVESTIGATION 331,873,036.55 331.87 million 3,025
2100 DEPT OF THE ARMY 295,095,210.10 295.10 million 2,645
97AS DEFENSE LOGISTICS AGENCY 216,919,122.06 216.92 million 6,707
1344 US PATENT AND TRADEMARK OFFICE 140,316,696.12 140.32 million 593
5700 DEPT OF THE AIR FORCE 72,957,821.96 72.96 million 902
3600 VETERANS AFFAIRS, DEPARTMENT OF 71,161,411.23 71.16 million 1,262
1900 STATE, DEPARTMENT OF 61,734,785.53 61.73 million 2,847
2050 INTERNAL REVENUE SERVICE 41,178,154.50 41.18 million 179
97F2 DEPT OF DEFENSE EDUCATION ACTIVITY (DODEA) 35,155,658.34 35.16 million 85

Insight

NAICS 334118 (COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEPT OF THE NAVY, followed by FEDERAL BUREAU OF INVESTIGATION, which suggests that agency demand in this industry 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,
        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 = '334118'
        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
IRON BOW TECHNOLOGIES, LLC 55RC1 277,126,799.38 277.13 million 2,067
DRS LAUREL TECHNOLOGIES 0ERB9 246,826,065.88 246.83 million 67
LEIDOS, INC. 5UTE0 174,799,254.35 174.80 million 869
LAUREL TECHNOLOGIES PARTNERSHIP 0ERB9 79,660,340.66 79.66 million 97
IDEMIA NATIONAL SECURITY SOLUTIONS LLC 1MJL8 59,800,241.32 59.80 million 7
ROCKWELL COLLINS, INC. 84T51 38,434,162.12 38.43 million 66
CSP ENTERPRISES, LLC 1QNJ2 37,622,570.78 37.62 million 14
DIGITAL TECHNOLOGIES, INC. 0XH23 32,210,413.08 32.21 million 39
DEV HOLDINGS 5PD99 30,464,380.72 30.46 million 39
XEROX CORPORATION 7B024 27,744,834.66 27.74 million 72

Insight

Within NAICS 334118 (COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. IRON BOW TECHNOLOGIES, LLC ranks first, followed by DRS LAUREL TECHNOLOGIES, which helps define the current competitive landscape in this industry slice.

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 = '334118'
        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 204,758,390.87 204.76 million 1,539
2024 208,681,332.94 208.68 million 2,034
2023 224,685,092.18 224.69 million 2,006
2022 182,453,959.83 182.45 million 2,009
2021 161,450,431.94 161.45 million 2,418
2020 266,326,710.76 266.33 million 2,785
2019 227,439,812.05 227.44 million 3,132
2018 249,891,825.45 249.89 million 3,847
2017 203,473,841.59 203.47 million 4,207
2016 220,725,662.83 220.73 million 4,694

Insight

The annual trend shows how obligations in NAICS 334118 (COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this industry appears stable, rising, or easing over time.

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.