Federal Contractor

CROWLEY GOVERNMENT SERVICES, INC. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for CROWLEY GOVERNMENT SERVICES, INC. (CAGE 5ABY0, UEI VMEFT5X61JT9) covering obligations and award activity over the last 5 years.

CROWLEY GOVERNMENT SERVICES, INC. recorded $2.74 billion in obligated federal awards across 3,189 actions in the last 5 years, with an average action value of $858,779.90. Activity was concentrated with the Department of the Navy, Maritime Administration, USTRANSCOM, and the Defense Logistics Agency, and the largest NAICS categories were deep sea freight transportation and ship building and repairing.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from $397.50 million in 2022 to $715.98 million in 2024, with 2025 at $504.85 million in the current window.

CAGE Code
5ABY0
UEI
VMEFT5X61JT9
Total Obligated
2.74 billion
2,738,649,122.64
Award Actions
3,189
Average Action Value
858,779.90

About CROWLEY GOVERNMENT SERVICES, INC. federal contract activity

CROWLEY GOVERNMENT SERVICES, INC. (CAGE 5ABY0, UEI VMEFT5X61JT9) recorded $2.74 billion in obligations across 3,189 awards over the last 5 years, for an average award value of $858,779.90. The activity profile indicates a high-volume federal supplier with substantial concentration in transportation, maritime support, and ship-related services.

Agency mix and customer concentration

The Department of the Navy is the largest customer by obligation at $1.27 billion across 382 awards, followed closely by the Maritime Administration at $1.10 billion across 1,601 awards. USTRANSCOM, the Defense Logistics Agency, and the Office of the Assistant Secretary for Preparedness and Response account for a smaller but still material share of the portfolio, indicating a defense- and logistics-heavy customer base.

Industry profile based on NAICS activity

The vendor’s obligations are concentrated in NAICS 483111, Deep Sea Freight Transportation, at $1.53 billion, and NAICS 336611, Ship Building and Repairing, at $859.88 million. Secondary activity appears in freight transportation arrangement, petroleum refineries, and other warehousing and storage, which suggests a mix of ocean transport, vessel support, and logistics-related work.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $715.98 million and remained nearly flat in 2023 at $713.87 million, after rising from $397.50 million in 2022. Activity declined in 2025 to $504.85 million, though the year remains active and still above 2021 levels of $406.45 million.

How to interpret this page

This summary uses FPDS-observed obligations and award counts for the last 5 years and aggregates activity by vendor identifiers, agency, NAICS, and fiscal year. Totals reflect obligated dollars in the provided analysis window; award counts and average values are based on the same dataset and are not adjusted for inflation or contract scope changes.

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 = '5ABY0'
        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
1700 DEPT OF THE NAVY 1,269,961,346.29 1.27 billion 382
6938 MARITIME ADMINISTRATION 1,103,057,217.30 1.10 billion 1,601
9776 USTRANSCOM 200,257,482.63 200.26 million 73
97AS DEFENSE LOGISTICS AGENCY 148,786,267.98 148.79 million 1,039
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 11,273,190.57 11.27 million 15
2100 DEPT OF THE ARMY 6,781,379.60 6.78 million 54
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 88,124.41 88.12 thousand 2
12K2 AGRICULTURAL MARKETING SERVICE 59,469.39 59.47 thousand 3
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 14,716.00 14.72 thousand 1
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY -1,630,071.53 -1.63 million 19

Insight

Over the last 5 years, CROWLEY GOVERNMENT SERVICES, INC. received $2.74 billion across 3,189 awards, with obligations highly concentrated in two agencies: the DEPT OF THE NAVY ($1.27 billion) and the MARITIME ADMINISTRATION ($1.10 billion) together account for the large majority of total obligated dollars. Award volume is also concentrated, with MARITIME ADMINISTRATION leading by count (1,601 awards) and the DEFENSE LOGISTICS AGENCY next highest (1,039 awards), while NAVY obligations are concentrated in fewer, higher-value awards (382). USTRANSCOM and the DEFENSE LOGISTICS AGENCY provide a secondary share of obligations, and remaining agencies represent comparatively small amounts; FEMA is the only negative-obligation entry at -$1.63 million.

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 = '5ABY0'
        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
483111 DEEP SEA FREIGHT TRANSPORTATION 1,529,131,909.73 1.53 billion 1,431
336611 SHIP BUILDING AND REPAIRING 859,883,736.93 859.88 million 588
488510 FREIGHT TRANSPORTATION ARRANGEMENT 183,299,183.06 183.30 million 21
324110 PETROLEUM REFINERIES 127,741,609.63 127.74 million 997
493190 OTHER WAREHOUSING AND STORAGE 21,044,658.35 21.04 million 42
492110 COURIERS AND EXPRESS DELIVERY SERVICES 7,044,104.60 7.04 million 6
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 6,968,003.16 6.97 million 56
488320 MARINE CARGO HANDLING 3,184,392.02 3.18 million 8
488310 PORT AND HARBOR OPERATIONS 976,817.99 976.82 thousand 9
213112 SUPPORT ACTIVITIES FOR OIL AND GAS OPERATIONS 500,000.00 500.00 thousand 1

Insight

Over the last 5 years, CROWLEY GOVERNMENT SERVICES, INC. has received 2.74 billion across 3,189 awards, with obligations highly concentrated in maritime and logistics-related NAICS codes. Deep Sea Freight Transportation (483111) is the largest category at 1.53 billion across 1,431 awards, followed by Ship Building and Repairing (336611) at 859.88 million across 588 awards; together these two NAICS codes account for most obligated dollars. A smaller share of obligations is spread across Freight Transportation Arrangement (488510) and Petroleum Refineries (324110), while the remaining NAICS codes each represent comparatively limited funding and award volume.

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 = '5ABY0'
        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 504,848,676.87 504.85 million 681
2024 715,983,340.40 715.98 million 767
2023 713,869,456.39 713.87 million 647
2022 397,501,649.57 397.50 million 682
2021 406,445,999.41 406.45 million 412

Insight

Over the last 5 years, CROWLEY GOVERNMENT SERVICES, INC. (CAGE 5ABY0) obligated $2.74 billion across 3,189 awards, averaging about $858.8K per award. Annual obligations were concentrated in 2023 and 2024, which together accounted for roughly $1.43 billion, or about 52% of the 5-year total. Award volume was highest in 2024 (767) and 2025 (681), while 2021 had the lowest count (412), indicating a higher concentration of obligation dollars in recent years rather than a steady increase in award frequency.

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.