Federal Contractor

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

BLUE TECH INC. (CAGE 0CL10, UEI MDC5LDZKQAM4) shows 7,582 award actions and $1.37 billion obligated across the last five years.

BLUE TECH INC. has received federal obligations across 7,582 award actions in the last five years, totaling $1,366,345,271.05. Activity is concentrated with the Department of the Air Force, USSOCOM, and TSA, and is led by NAICS 541519 and 334111.

Generated at 03/21/2026

Analysis period: Last 5 years

All values reflect the last 5 years of readable FPDS-observed obligations and award actions for BLUE TECH INC.

CAGE Code
0CL10
UEI
MDC5LDZKQAM4
Total Obligated
1.37 billion
1,366,345,271.05
Award Actions
7,582
Average Action Value
180,209.08

About BLUE TECH INC. federal contract activity

BLUE TECH INC. (CAGE 0CL10, UEI MDC5LDZKQAM4) received 7,582 awards totaling $1.37 billion over the last 5 years, for an average award value of $180,209.08. The award profile is high-volume and moderately dispersed, indicating recurring federal business across multiple agencies and procurement channels.

Agency mix and customer concentration

Obligations are led by the DEPT OF THE AIR FORCE at $163.84 million across 1,115 awards, followed by USSOCOM at $148.11 million across 227 awards and TSA at $98.41 million across 156 awards. DEPT OF THE ARMY and the U.S. COAST GUARD also represent meaningful demand, showing a customer base concentrated in defense and homeland security missions.

Industry profile based on NAICS activity

The vendor’s obligations are dominated by NAICS 541519, OTHER COMPUTER RELATED SERVICES, at $1.10 billion and 5,953 awards, making this the clear core business line. NAICS 334111, ELECTRONIC COMPUTER MANUFACTURING, is the secondary category at $238.44 million and 1,339 awards, while smaller contributions come from software publishing and communications equipment manufacturing.

Annual contract trend over the analysis window

Annual obligations were steady and elevated throughout the period, ranging from $244.62 million in 2021 to a peak of $295.56 million in 2024. Award counts increased sharply in 2024 and remained high in 2025, while obligated dollars stayed within a relatively narrow band, suggesting sustained contract activity rather than a single surge event.

How to interpret this page

This summary uses FPDS award data for the last 5 years and aggregates obligations, award counts, agency totals, and NAICS totals for BLUE TECH INC. Values reflect the provided analysis window and are presented as reported in the underlying data, without adjustment for inflation or contract type weighting.

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 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 163,844,227.46 163.84 million 1,115
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 148,110,920.37 148.11 million 227
7013 TRANSPORTATION SECURITY ADMINISTRATION 98,414,628.89 98.41 million 156
2100 DEPT OF THE ARMY 96,899,108.32 96.90 million 807
7008 U.S. COAST GUARD 91,521,519.33 91.52 million 130
1323 US CENSUS BUREAU 82,467,961.10 82.47 million 226
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 60,807,982.92 60.81 million 140
2050 INTERNAL REVENUE SERVICE 48,453,690.81 48.45 million 158
3600 VETERANS AFFAIRS, DEPARTMENT OF 47,773,175.39 47.77 million 163
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 47,641,509.31 47.64 million 148

Insight

Over the last 5 years, BLUE TECH INC. has received 1.37 billion across 7,582 awards, with obligations concentrated across a mix of defense and civilian agencies. The Department of the Air Force is the largest customer at 163.84 million, followed by USSOCOM at 148.11 million and TSA at 98.41 million, indicating a broad federal footprint with a defense-heavy concentration. The top 10 agencies together account for a substantial share of total obligations, but spend is not limited to a single buyer, as awards are distributed across multiple agencies with varying award counts and average award values.

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 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
541519 OTHER COMPUTER RELATED SERVICES 1,099,612,198.41 1.10 billion 5,953
334111 ELECTRONIC COMPUTER MANUFACTURING 238,444,515.40 238.44 million 1,339
511210 SOFTWARE PUBLISHERS 10,378,757.48 10.38 million 89
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 9,372,931.02 9.37 million 18
513210 SOFTWARE PUBLISHERS 1,405,661.09 1.41 million 18
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 1,171,136.85 1.17 million 9
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 1,010,219.22 1.01 million 12
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 934,913.00 934.91 thousand 3
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 767,490.00 767.49 thousand 3
334112 COMPUTER STORAGE DEVICE MANUFACTURING 557,565.98 557.57 thousand 5

Insight

Over the last 5 years, BLUE TECH INC. has $1.37 billion in obligated dollars across 7,582 awards, with activity highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for $1.10 billion and 5,953 awards. NAICS 334111, Electronic Computer Manufacturing, is the second-largest category at $238.44 million and 1,339 awards, while all other NAICS codes are relatively small by comparison and each remains below $10.4 million. This distribution indicates a strong reliance on a narrow set of IT and electronics-related procurement categories, with limited dollar volume spread across the remaining NAICS mix.

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

Insight

Over the last 5 years, BLUE TECH INC. (CAGE 0CL10) obligated $1.37 billion across 7,582 awards, with an average award value of $180,209. Obligations are relatively stable year over year, ranging from $244.62 million in 2021 to a peak of $295.56 million in 2024, before easing slightly to $283.30 million in 2025. Award volume increased from 1,382 in 2021 to 1,860 in 2024, then declined to 1,228 in 2025, indicating recent concentration in fewer awards despite sustained high obligation levels.

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.