Federal Contractor

BLUE TECH INC. Federal Contract Obligations (Last 10 Years)

BLUE TECH INC. (CAGE 0CL10, UEI MDC5LDZKQAM4) has recorded 16,764 federal award actions over the last 10 years, totaling $2.46 billion in obligated funding.

BLUE TECH INC. shows a concentrated federal contracting profile across defense and civilian buyers, with the Department of the Air Force, USSOCOM, US Census Bureau, DISA, and the U.S. Coast Guard among its largest funding sources. Most obligated dollars fall under NAICS 541519, Other Computer Related Services, followed by computer and telecommunications manufacturing codes.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations remain in the mid-$200 million range in recent years, with 2024 and 2025 both above $283 million and award activity totaling 1,228 to 1,860 actions per year in the provided window.

CAGE Code
0CL10
UEI
MDC5LDZKQAM4
Total Obligated
2.46 billion
2,462,495,505.89
Award Actions
16,764
Average Action Value
146,891.88

About BLUE TECH INC. federal contract activity

BLUE TECH INC. (CAGE 0CL10, UEI MDC5LDZKQAM4) recorded $2.46 billion in obligated federal spending across 16,764 awards over the last 10 years, with an average award value of $146,891.88. The profile is characterized by a high volume of relatively small obligations, indicating sustained participation across many transactions rather than reliance on a small number of large awards.

Agency mix and customer concentration

Obligations are concentrated in defense and national security buyers, led by the DEPT OF THE AIR FORCE at $358.26 million across 2,603 awards and U.S. SPECIAL OPERATIONS COMMAND at $311.66 million across 538 awards. Additional major activity comes from US CENSUS BUREAU, DISA, and the U.S. COAST GUARD, showing a mix of defense, IT, and civilian agency demand.

Industry profile based on NAICS activity

The vendor’s spend is dominated by NAICS 541519, OTHER COMPUTER RELATED SERVICES, which accounts for $2.03 billion and 13,238 awards. Secondary activity is concentrated in hardware and communications categories, especially ELECTRONIC COMPUTER MANUFACTURING, TELEPHONE APPARATUS MANUFACTURING, and RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING, with smaller but present software publishing obligations.

Annual contract trend over the analysis window

Annual obligations have remained consistently strong in the most recent years shown, ranging from $244.62 million in 2021 to $295.56 million in 2024. 2025 currently stands at $283.30 million, which is below 2024 but still above 2021 through 2023 levels, while award counts remain elevated across the period.

How to interpret this page

This summary is based on FPDS obligations for BLUE TECH INC. associated with CAGE 0CL10 and UEI MDC5LDZKQAM4 over the last 10 years. Agency, NAICS, and annual views reflect the provided top-ranked categories and the cited totals; award counts are used as reported and may reflect multiple awards within the analysis 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0CL10'
        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 358,255,009.10 358.26 million 2,603
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 311,659,727.54 311.66 million 538
1323 US CENSUS BUREAU 182,080,238.16 182.08 million 487
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 135,630,325.83 135.63 million 347
7008 U.S. COAST GUARD 120,217,632.17 120.22 million 372
7013 TRANSPORTATION SECURITY ADMINISTRATION 115,651,805.79 115.65 million 238
2100 DEPT OF THE ARMY 107,298,795.22 107.30 million 1,003
7014 U.S. CUSTOMS AND BORDER PROTECTION 98,788,281.37 98.79 million 783
1900 STATE, DEPARTMENT OF 86,445,932.71 86.45 million 1,253
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 84,197,155.76 84.20 million 293

Insight

Over the last 10 years, BLUE TECH INC. has received $2.46 billion across 16,764 awards, with demand concentrated in a small set of agencies. The DEPT OF THE AIR FORCE is the largest obligating agency at $358.26 million, followed closely by U.S. SPECIAL OPERATIONS COMMAND at $311.66 million; together they account for a significant share of the vendor’s total obligations. The remaining top agencies are more dispersed, spanning defense, homeland security, transportation, immigration, and civilian customers, indicating a broad federal customer base rather than reliance on a single agency.

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 = '0CL10'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541519 OTHER COMPUTER RELATED SERVICES 2,027,920,047.51 2.03 billion 13,238
334111 ELECTRONIC COMPUTER MANUFACTURING 246,671,526.10 246.67 million 1,477
334210 TELEPHONE APPARATUS MANUFACTURING 138,134,727.41 138.13 million 1,361
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 24,491,512.99 24.49 million 79
511210 SOFTWARE PUBLISHERS 11,296,467.53 11.30 million 164
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 2,059,451.22 2.06 million 27
513210 SOFTWARE PUBLISHERS 1,405,661.09 1.41 million 18
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 1,358,273.55 1.36 million 80
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 1,171,136.85 1.17 million 9
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 1,035,697.09 1.04 million 74

Insight

Over the last 10 years, BLUE TECH INC. received $2.46 billion across 16,764 awards, with obligations heavily concentrated in NAICS 541519 (Other Computer Related Services), which accounts for $2.03 billion and 13,238 awards. The next two largest NAICS codes, 334111 (Electronic Computer Manufacturing) and 334210 (Telephone Apparatus Manufacturing), add another $384.80 million, indicating a strong secondary concentration in computer and communications equipment manufacturing. The remaining top NAICS codes are materially smaller, each below $25 million, suggesting a long tail of lower-value awards outside the core service and manufacturing categories.

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 = '0CL10'
        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 283,304,952.78 283.30 million 1,228
2024 295,555,632.50 295.56 million 1,860
2023 276,126,265.67 276.13 million 1,576
2022 266,741,911.22 266.74 million 1,536
2021 244,616,508.88 244.62 million 1,382
2020 248,279,699.86 248.28 million 1,761
2019 334,046,011.01 334.05 million 2,174
2018 282,595,692.98 282.60 million 2,462
2017 224,287,547.68 224.29 million 2,638
2016 6,941,283.31 6.94 million 147

Insight

BLUE TECH INC. (CAGE 0CL10) shows a sustained obligation profile over the last 10 years, totaling $2.46 billion across 16,764 awards, with an average award value of about $146.9K. Annual obligations are concentrated in the 2017–2025 period, with most years ranging from roughly $224.3 million to $334.0 million; 2019 is the high point at $334.0 million, and 2016 is a clear low at $6.94 million. Award counts are also concentrated in the later years, peaking at 2,638 in 2017 and remaining elevated through 2025, indicating a high-volume, recurring procurement pattern rather than a single-year spike.

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