Federal Contractor

COLSA CORPORATION Federal Contract Obligations (Last Year)

COLSA CORPORATION (CAGE 4U825, UEI EH2ULQUQ2KG9) obligated $134.65 million across 186 award actions in the last full year.

In the last full year, COLSA CORPORATION recorded $134,645,408.68 in federal obligations across 186 award actions, averaging $723,900.04 per action. Most activity was with the Department of the Air Force, NASA, and the Department of the Navy, with obligations concentrated in research and development, consulting, and engineering work.

Generated at 03/21/2026

Analysis period: Last full year

Negative obligations appear in some agency and NAICS totals and may reflect deobligations or other contract adjustments.

CAGE Code
4U825
UEI
EH2ULQUQ2KG9
Total Obligated
134.65 million
134,645,408.68
Award Actions
186
Average Action Value
723,900.04

About COLSA CORPORATION federal contract activity

COLSA CORPORATION, identified by CAGE 4U825 and UEI EH2ULQUQ2KG9, obligated $134.65 million across 186 awards in the last full year, for an average award value of $723,900.04. The profile reflects a high-volume, mid-to-large dollar federal contracting footprint concentrated in technical services and research-oriented work.

Agency mix and customer concentration

The Department of the Air Force was the primary customer, accounting for $91.65 million across 59 awards, or the clear majority of observed obligations. NASA was the second-largest agency at $26.96 million across 66 awards, followed by the Department of the Navy at $17.92 million across 37 awards; smaller negative net obligation totals for MDA and the Army indicate deobligations or downward adjustments during the period.

Industry profile based on NAICS activity

The NAICS mix is dominated by R&D in the physical, engineering, and life sciences under NAICS 541712, which contributed $77.17 million across 73 awards. Consulting and engineering services also played major roles through NAICS 541611 and 541330, while manufacturing activity appeared in NAICS 332993; the small negative total under NAICS 541715 suggests limited offsets rather than a meaningful workload shift.

Annual contract trend over the analysis window

The annual trend shows a single-year total for 2025 of $134.65 million across 186 awards, so the available window supports a point-in-time snapshot rather than a multi-year trajectory. Within that year, obligations were concentrated in a few technical NAICS categories and a small number of large civilian and defense buyers.

How to interpret this page

This summary uses FPDS award records for the vendor matched on CAGE code 4U825 and UEI EH2ULQUQ2KG9 for the last full year. Totals reflect obligated dollars and award counts as reported in the provided dataset; negative values are retained as presented and likely represent deobligations or adjustments.

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 = '4U825'
        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
5700 DEPT OF THE AIR FORCE 91,649,056.39 91.65 million 59
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 26,963,458.55 26.96 million 66
1700 DEPT OF THE NAVY 17,916,315.30 17.92 million 37
97JC MISSILE DEFENSE AGENCY (MDA) -402,760.69 -402.76 thousand 3
2100 DEPT OF THE ARMY -1,480,660.87 -1.48 million 21

Insight

Over the last full year, COLSA CORPORATION received $134.65 million across 186 awards, with obligations concentrated in a small number of agencies. The DEPT OF THE AIR FORCE accounted for the largest share at $91.65 million on 59 awards, followed by NASA at $26.96 million on 66 awards and the DEPT OF THE NAVY at $17.92 million on 37 awards. Smaller negative net obligations appear for the Missile Defense Agency (-$402.76 thousand) and the DEPT OF THE ARMY (-$1.48 million), indicating some de-obligation activity in those agencies.

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 = '4U825'
        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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 77,174,453.01 77.17 million 73
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 26,963,458.55 26.96 million 66
541330 ENGINEERING SERVICES 17,916,315.30 17.92 million 37
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 12,810,495.00 12.81 million 7
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) -219,313.18 -219.31 thousand 3

Insight

Over the last full year, COLSA CORPORATION’s obligations were concentrated in NAICS 541712, which accounted for $77.17 million across 73 awards, or more than half of the vendor’s $134.65 million total. The next largest codes were 541611 at $26.96 million across 66 awards and 541330 at $17.92 million across 37 awards, indicating a mix of research, consulting, and engineering work. A smaller share of obligations was placed in 332993 at $12.81 million across 7 awards, while 541715 recorded a net negative obligation of $219.31 thousand across 3 awards.

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 = '4U825'
        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 134,645,408.68 134.65 million 186

Insight

During the last full year, COLSA CORPORATION (CAGE 4U825) recorded $134.65 million in total obligated awards across 186 awards, for an average award value of about $723.9K. Because the window contains only one year of data, trend direction cannot be assessed; the period instead indicates a concentrated annual obligation level with relatively moderate award dispersion.

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.