In the analysis window, CROWLEY LOGISTICS, INC. received all reported obligations from USTRANSCOM, with awards totaling $79,105,591.85 across 10 actions. The activity was concentrated in NAICS 488510, Freight Transportation Arrangement, matching the full amount obligated in the period.
Federal Contractor
CROWLEY LOGISTICS, INC. Federal Contract Obligations (Last Year)
CROWLEY LOGISTICS, INC. (CAGE 4PWR5, UEI HXXML7JRKTK5) recorded $79.11 million in federal obligations across 10 actions in the last full year.
Figures reflect the last full year and may differ from other FPDS views due to timing and reporting updates.
About CROWLEY LOGISTICS, INC. federal contract activity
CROWLEY LOGISTICS, INC. (CAGE 4PWR5, UEI HXXML7JRKTK5) recorded 79.11 million in obligated awards across 10 actions in the last full year, for an average award value of 7.91 million. The company’s award profile shows a concentrated federal footprint rather than a broad distribution across multiple buyers or contract types.
Agency mix and customer concentration
USTRANSCOM accounted for all reported obligated dollars and all 10 awards in the analysis window. This indicates a single-agency reliance profile, with no evidence in the provided data of material obligation volume from other agencies.
Industry profile based on NAICS activity
All reported obligations were associated with NAICS 488510, Freight Transportation Arrangement, across 10 awards. The concentration in one NAICS suggests the vendor’s federal activity in the period was tied to a single service line aligned with transportation and logistics support.
Annual contract trend over the analysis window
The annual trend shows 79.11 million obligated in 2025 across 10 awards, with no additional years reflected in the provided window. Based on the supplied data, the period exhibits a single-year concentration rather than a multi-year pattern that would support trend comparison.
How to interpret this page
This summary is based only on the provided FPDS Query inputs for the last full year, including obligated dollars, award counts, agency distribution, and NAICS distribution. No outside sources were used, and no assumptions were made beyond the supplied figures.
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 = '4PWR5'
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 |
|---|---|---|---|---|
| 9776 | USTRANSCOM | 79,105,591.85 | 79.11 million | 10 |
Insight
During the last full year, CROWLEY LOGISTICS, INC. received all reported obligations from a single agency: USTRANSCOM. This indicates complete concentration of the vendor’s 79.11 million in obligations within one agency relationship, across 10 awards. The average award value of 7.91 million suggests the obligation base is distributed across a relatively small number of moderately sized actions rather than a broad agency mix.
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 = '4PWR5'
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 |
|---|---|---|---|---|
| 488510 | FREIGHT TRANSPORTATION ARRANGEMENT | 79,105,591.85 | 79.11 million | 10 |
Insight
CROWLEY LOGISTICS, INC. (CAGE 4PWR5) shows complete NAICS concentration in 488510, Freight Transportation Arrangement, accounting for 100% of the $79.11 million obligated over the last full year. The vendor received 10 awards in this NAICS, with an average award value of $7.92 million, indicating a relatively concentrated obligation pattern rather than a diversified NAICS mix. No other NAICS categories were recorded in the reviewed period.
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 = '4PWR5'
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 | 79,105,591.85 | 79.11 million | 10 |
Insight
During the last full year, CROWLEY LOGISTICS, INC. (CAGE 4PWR5) obligated $79.11 million across 10 awards, for an average award value of $7.91 million. Because the available annual trend window contains only one year of data, no year-over-year trend can be assessed. The observed activity indicates a relatively concentrated award profile, with obligations spread across a small number of awards.
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.