Federal Contractor

CSI AVIATION SERVICES, INC. Federal Contract Obligations (Last 10 Years)

CSI AVIATION SERVICES, INC. (CAGE 1HTW5, UEI D5BNEHB3UL89) has received 633 federal award actions totaling $2.03 billion over the last 10 years.

CSI AVIATION SERVICES, INC. is primarily associated with U.S. Immigration and Customs Enforcement, which accounts for $1.96 billion across 212 awards. Most obligations fall under NAICS 561599, with additional activity in nonscheduled chartered passenger air transportation and ambulance services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations are heavily concentrated in 2025 and 2024, and this summary reflects the provided 10-year analysis window using obligated dollars and action counts only.

CAGE Code
1HTW5
UEI
D5BNEHB3UL89
Total Obligated
2.03 billion
2,033,617,164.59
Award Actions
633
Average Action Value
3,212,665.34

About CSI AVIATION SERVICES, INC. federal contract activity

CSI AVIATION SERVICES, INC. (CAGE 1HTW5, UEI D5BNEHB3UL89) received $2.03 billion across 633 FPDS-observed awards over the last 10 years, for an average award value of $3.21 million. The vendor’s award profile is highly concentrated, with one agency accounting for the vast majority of obligated dollars.

Agency mix and customer concentration

U.S. Immigration and Customs Enforcement is the dominant customer, obligating $1.96 billion across 212 awards, or nearly all of the vendor’s total identified spend. The remaining top agencies—USTRANSCOM, the Office of Assistant Secretary for Preparedness and Response, FEMA, and the U.S. Coast Guard—represent a much smaller share, indicating limited but recurring cross-agency activity outside ICE.

Industry profile based on NAICS activity

The vendor’s obligations are concentrated in NAICS 561599, All Other Travel Arrangement and Reservation Services, which accounts for $1.98 billion and 416 awards. Secondary activity appears in nonscheduled air transportation and ambulance services, but those categories are far smaller, suggesting the core contract base is travel coordination and related support services rather than broad aviation logistics.

Annual contract trend over the analysis window

Annual obligations accelerated sharply in the most recent period, rising to $1.22 billion in 2025 after $377.88 million in 2024 and $242.59 million in 2023. Earlier years in the visible trend were materially lower, with 2022 at $5.26 million and 2021 at $2.37 million, indicating a pronounced recent shift in spending volume.

How to interpret this page

This summary is based on FPDS-observed obligations associated with CSI AVIATION SERVICES, INC. over the last 10 years, using the provided CAGE code and UEI. Agency, NAICS, and annual figures reflect the listed top categories and totals; amounts may not capture all activity outside the analyzed FPDS dataset or beyond the stated time 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 = '1HTW5'
        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
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 1,964,939,115.55 1.96 billion 212
9776 USTRANSCOM 25,087,533.94 25.09 million 73
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 16,113,020.21 16.11 million 125
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 12,822,678.58 12.82 million 61
7008 U.S. COAST GUARD 8,939,116.81 8.94 million 61
1544 U.S. MARSHALS SERVICE 3,080,671.35 3.08 million 42
3600 VETERANS AFFAIRS, DEPARTMENT OF 929,243.61 929.24 thousand 10
1560 ATF ACQUISITION AND PROPERTY MGMT DIV 874,589.00 874.59 thousand 7
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 426,205.00 426.20 thousand 20
8900 ENERGY, DEPARTMENT OF 248,292.54 248.29 thousand 20

Insight

CSI AVIATION SERVICES, INC. is highly concentrated on one customer: U.S. Immigration and Customs Enforcement accounts for $1.96 billion of the firm’s $2.03 billion obligated over the last 10 years, or about 96.6% of total obligations, across 212 awards. The remaining agencies are a long tail of much smaller activity, with the next largest obligation to USTRANSCOM at $25.09 million and all other listed agencies each below $17 million. This pattern indicates a dominant, agency-specific dependency rather than broad interagency distribution.

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 = '1HTW5'
        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
561599 ALL OTHER TRAVEL ARRANGEMENT AND RESERVATION SERVICES 1,980,332,746.11 1.98 billion 416
481211 NONSCHEDULED CHARTERED PASSENGER AIR TRANSPORTATION 39,254,115.48 39.25 million 185
621910 AMBULANCE SERVICES 13,927,653.00 13.93 million 22
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 55,750.00 55.75 thousand 2
481219 OTHER NONSCHEDULED AIR TRANSPORTATION 32,400.00 32.40 thousand 1
481111 SCHEDULED PASSENGER AIR TRANSPORTATION 14,500.00 14.50 thousand 1
315999 OTHER APPAREL ACCESSORIES AND OTHER APPAREL MANUFACTURING 0.00 0.00 6

Insight

Over the last 10 years, CSI AVIATION SERVICES, INC. received $2.03 billion across 633 awards, with obligations highly concentrated in NAICS 561599, which accounts for $1.98 billion and 416 awards. The next largest category, NAICS 481211, is materially smaller at $39.25 million across 185 awards, followed by NAICS 621910 at $13.93 million across 22 awards. Remaining NAICS codes represent negligible obligated amounts, indicating a narrow spending profile centered on travel arrangement/reservation services with limited diversification into air transportation and ambulance 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 = '1HTW5'
        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 1,222,759,105.47 1.22 billion 43
2024 377,875,084.74 377.88 million 41
2023 242,590,116.15 242.59 million 51
2022 5,258,114.34 5.26 million 31
2021 2,372,377.63 2.37 million 21
2020 17,497,463.54 17.50 million 47
2019 6,481,059.37 6.48 million 60
2018 76,078,535.12 76.08 million 109
2017 84,130,643.18 84.13 million 223
2016 -1,425,334.95 -1.43 million 7

Insight

CSI AVIATION SERVICES, INC. shows a highly concentrated 10-year obligation profile, with 2025 accounting for $1.22 billion of the $2.03 billion total obligated, or roughly 60%. Awards are also clustered in recent years: 2023 through 2025 account for 135 awards and about $1.84 billion, indicating a sharp recent escalation in obligated value. Prior years were much smaller and more variable, ranging from a negative obligation in 2016 to a high of $84.13 million in 2017, with award counts generally below 110 after that point. Average award value across the period is $3.21 million, but this masks the recent shift toward substantially larger 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.