Federal Contractor

STERLING COMPUTERS CORPORATION Federal Contract Obligations (Last 5 Years)

STERLING COMPUTERS CORPORATION (CAGE 06AP0, UEI YZTLALWM4UC7) shows 1.28 billion in obligations across 8,221 award actions over the last 5 years.

Over the last 5 years, STERLING COMPUTERS CORPORATION has received 1,276,615,720.78 in federal obligations across 8,221 award actions, averaging 155,287.15 per action. The activity is concentrated with the Department of the Air Force, Department of the Army, and Department of the Navy, and most obligations fall under electronic computer manufacturing and other computer related services.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from 220.88 million in 2021 to 288.27 million in 2024, with 2025 through the current analysis window at 262.46 million.

CAGE Code
06AP0
UEI
YZTLALWM4UC7
Total Obligated
1.28 billion
1,276,615,720.78
Award Actions
8,221
Average Action Value
155,287.15

About STERLING COMPUTERS CORPORATION federal contract activity

STERLING COMPUTERS CORPORATION (CAGE 06AP0, UEI YZTLALWM4UC7) recorded $1.28 billion in obligated FPDS activity across 8,221 awards in the last 5 years, with an average award value of $155,287.15. The volume profile indicates a high-transaction vendor with substantial recurring federal demand, concentrated in defense and civilian research/technology procurement.

Agency mix and customer concentration

The vendor’s obligations are led by the DEPT OF THE AIR FORCE at $299.90 million across 1,874 awards, followed by the DEPT OF THE ARMY, DEPT OF THE NAVY, DISA, and NIH. This mix shows a strong defense-weighted customer base, with intelligence and health research activity adding measurable civilian diversification.

Industry profile based on NAICS activity

Procurement activity is dominated by NAICS 334111 Electronic Computer Manufacturing at $830.60 million and NAICS 541519 Other Computer Related Services at $417.49 million, together accounting for the large majority of obligations. Secondary NAICS codes such as communications equipment manufacturing, telephone apparatus manufacturing, and software publishing appear at much smaller levels, suggesting a primary focus on hardware and related IT services rather than a broad industrial spread.

Annual contract trend over the analysis window

Annual obligations remained consistently high over the period, ranging from $220.88 million in 2021 to $288.27 million in 2024, with 2025 currently at $262.46 million. Award counts peaked in 2024 at 1,740 and remained elevated in other years, indicating sustained procurement activity rather than a single-year spike.

How to interpret this page

This summary is based on FPDS award records for the last 5 years, using obligated dollars and award counts attributed to the vendor’s CAGE code and UEI. Agency and NAICS breakdowns are derived from aggregated federal award records; totals may reflect modifications, task orders, and other award actions included in FPDS reporting.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '06AP0'
        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 299,901,633.78 299.90 million 1,874
2100 DEPT OF THE ARMY 182,548,009.88 182.55 million 1,103
1700 DEPT OF THE NAVY 179,849,684.59 179.85 million 1,122
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 135,382,480.44 135.38 million 542
7529 NATIONAL INSTITUTES OF HEALTH 86,417,811.32 86.42 million 793
97DH DEFENSE HEALTH AGENCY (DHA) 40,308,804.47 40.31 million 96
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 35,230,876.27 35.23 million 20
7013 TRANSPORTATION SECURITY ADMINISTRATION 25,339,909.18 25.34 million 5
1301 OFFICE OF THE SECRETARY 22,592,864.37 22.59 million 266
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 18,534,365.12 18.53 million 68

Insight

Over the last 5 years, STERLING COMPUTERS CORPORATION’s obligations are concentrated in the Department of Defense enterprise, led by the Department of the Air Force at $299.90 million across 1,874 awards, followed by the Army and Navy at $182.55 million and $179.85 million, respectively. DISA is the next largest buyer at $135.38 million, indicating continued reliance by defense IT and support organizations. Non-DoD agencies appear lower in the mix, with NIH the largest civilian customer at $86.42 million, while the remaining listed agencies each account for materially smaller shares of total obligations.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '06AP0'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
334111 ELECTRONIC COMPUTER MANUFACTURING 830,601,815.86 830.60 million 4,952
541519 OTHER COMPUTER RELATED SERVICES 417,493,950.46 417.49 million 2,870
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 3,453,113.05 3.45 million 33
334210 TELEPHONE APPARATUS MANUFACTURING 3,380,787.26 3.38 million 48
513210 SOFTWARE PUBLISHERS 3,219,046.16 3.22 million 32
334418 PRINTED CIRCUIT ASSEMBLY (ELECTRONIC ASSEMBLY) MANUFACTURING 3,131,764.37 3.13 million 5
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 2,047,649.41 2.05 million 17
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 2,035,243.40 2.04 million 44
334614 SOFTWARE AND OTHER PRERECORDED COMPACT DISC, TAPE, AND RECORD REPRODUCING 1,860,897.73 1.86 million 10
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 1,598,764.19 1.60 million 9

Insight

Over the last 5 years, STERLING COMPUTERS CORPORATION’s obligations are highly concentrated in two NAICS codes: 334111 (Electronic Computer Manufacturing) and 541519 (Other Computer Related Services), which together account for about 98% of the $1.28 billion obligated and most of the 8,221 awards. NAICS 334111 is the largest category at $830.60 million across 4,952 awards, followed by 541519 at $417.49 million across 2,870 awards. All remaining top NAICS are individually immaterial by comparison, each under $3.5 million and fewer than 50 awards, indicating a narrow procurement profile centered on computer manufacturing and related services.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '06AP0'
        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 262,463,509.73 262.46 million 1,207
2024 288,272,744.15 288.27 million 1,740
2023 238,177,824.17 238.18 million 1,663
2022 266,825,191.93 266.83 million 1,825
2021 220,876,450.80 220.88 million 1,786

Insight

STERLING COMPUTERS CORPORATION (CAGE 06AP0) obligated 1.28 billion across 8,221 awards over the last 5 years, averaging about 155.3 thousand per award. Annual obligations were relatively stable within a 220.9 million to 288.3 million range, with a peak in 2024 (288.27 million) and the lowest annual total in 2021 (220.88 million). Award volume was highest in 2022 at 1,825 awards and remained elevated through 2024, indicating a broadly distributed contract portfolio without sharp year-over-year concentration.

Use FPDS Query for deeper contractor analysis

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