Federal Contractor

STERLING COMPUTERS CORPORATION Federal Contract Obligations (Last Year)

STERLING COMPUTERS CORPORATION (CAGE 06AP0, UEI YZTLALWM4UC7) recorded 262.46 million in obligations across 1,207 federal award actions in the last full year.

In the last full year, STERLING COMPUTERS CORPORATION received 262,463,509.73 in obligations across 1,207 award actions, for an average action value of 217,451.12. Most of the activity came from the Department of the Army, Department of the Air Force, Department of the Navy, DISA, and the National Institutes of Health, with NAICS concentration in electronic computer manufacturing and other computer related services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on obligated amounts and award actions tied to the vendor identifiers provided.

CAGE Code
06AP0
UEI
YZTLALWM4UC7
Total Obligated
262.46 million
262,463,509.73
Award Actions
1,207
Average Action Value
217,451.12

About STERLING COMPUTERS CORPORATION federal contract activity

STERLING COMPUTERS CORPORATION (CAGE 06AP0, UEI YZTLALWM4UC7) received 1,207 FPDS-recorded awards in the last full year, totaling $262.46 million in obligated spending. The average award value was $217,451.12, indicating a portfolio dominated by high-volume, moderate-dollar transactions rather than a small number of very large actions.

Agency mix and customer concentration

Obligations were concentrated across Department of Defense components, led by the Department of the Army at $55.83 million across 215 awards, followed by the Department of the Air Force at $46.22 million across 241 awards and the Department of the Navy at $41.79 million across 196 awards. DISA added $30.66 million across 80 awards, while NIH accounted for $18.57 million across 64 awards, showing a mix of defense-heavy demand with a smaller civilian share.

Industry profile based on NAICS activity

The spend profile is anchored by NAICS 334111, Electronic Computer Manufacturing, which accounted for $198.16 million and 828 awards, making it the primary driver of the vendor’s federal activity. NAICS 541519, Other Computer Related Services, contributed another $60.39 million across 331 awards, while all remaining listed NAICS categories were comparatively small and together represent a limited share of total obligations.

Annual contract trend over the analysis window

The analysis window covers a single year, 2025, with total obligations of $262.46 million across 1,207 awards. Because only one annual period is provided, this view supports a point-in-time assessment of current procurement volume rather than a multi-year trend comparison.

How to interpret this page

This summary is based on FPDS-observed obligations tied to STERLING COMPUTERS CORPORATION using the provided CAGE code and UEI for the last full year. Agency and NAICS breakdowns reflect obligated dollars and award counts in the supplied dataset; totals should be interpreted as reported procurement activity within the analysis window, not as audited revenue or contract performance data.

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 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
2100 DEPT OF THE ARMY 55,829,222.98 55.83 million 215
5700 DEPT OF THE AIR FORCE 46,217,686.60 46.22 million 241
1700 DEPT OF THE NAVY 41,787,790.05 41.79 million 196
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 30,664,636.18 30.66 million 80
7529 NATIONAL INSTITUTES OF HEALTH 18,573,030.43 18.57 million 64
7013 TRANSPORTATION SECURITY ADMINISTRATION 11,468,845.80 11.47 million 3
2050 INTERNAL REVENUE SERVICE 8,672,480.36 8.67 million 24
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 5,424,117.79 5.42 million 9
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 4,634,200.20 4.63 million 3
97DH DEFENSE HEALTH AGENCY (DHA) 3,851,565.26 3.85 million 13

Insight

During the last full year, STERLING COMPUTERS CORPORATION obligated 262.46 million across 1,207 awards, with demand concentrated in defense agencies. The Department of the Army was the largest customer at 55.83 million (215 awards), followed by the Department of the Air Force at 46.22 million (241) and the Department of the Navy at 41.79 million (196), indicating a strong DoD-heavy award profile. DISA added 30.66 million across 80 awards, while the remaining agencies each accounted for materially smaller shares, suggesting obligations are spread beyond the top three but remain concentrated among a limited set of federal buyers.

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 1 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 198,163,327.76 198.16 million 828
541519 OTHER COMPUTER RELATED SERVICES 60,391,574.29 60.39 million 331
513210 SOFTWARE PUBLISHERS 2,186,822.89 2.19 million 10
334210 TELEPHONE APPARATUS MANUFACTURING 690,597.95 690.60 thousand 9
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 570,250.34 570.25 thousand 2
334112 COMPUTER STORAGE DEVICE MANUFACTURING 148,301.08 148.30 thousand 5
334417 ELECTRONIC CONNECTOR MANUFACTURING 66,691.20 66.69 thousand 1
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 61,681.00 61.68 thousand 2
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 52,850.57 52.85 thousand 4
517121 TELECOMMUNICATIONS RESELLERS 32,937.63 32.94 thousand 1

Insight

STERLING COMPUTERS CORPORATION’s last full year obligations were highly concentrated in NAICS 334111, Electronic Computer Manufacturing, which accounted for $198.16 million across 828 awards, or roughly 75.5% of total obligated dollars. NAICS 541519, Other Computer Related Services, was the second-largest segment at $60.39 million and 331 awards, bringing the top two NAICS codes to about 98.5% of total obligations. The remaining NAICS codes contributed relatively small amounts and few 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 1 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

Insight

During the last full year, STERLING COMPUTERS CORPORATION (CAGE 06AP0) recorded $262.46 million in obligated value across 1,207 awards, for an average award value of about $217.5K. Because only one annual period is provided, no multi-year trend can be assessed; the available data instead indicate a high transaction count with obligations spread across many awards. This pattern suggests a broadly distributed award profile rather than reliance on a small number of large obligations.

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