Federal Contractor

LOGISTICS HEALTH, INC. Federal Contract Obligations (Last 5 Years)

LOGISTICS HEALTH, INC. (CAGE 1RTW6, UEI G5XXLHZSW8X3) has 763 federal award actions and $8.12 billion obligated over the last 5 years.

LOGISTICS HEALTH, INC. shows concentrated federal activity, led by the Department of Veterans Affairs, which accounts for $7.66 billion across 177 awards. Most obligations fall under NAICS 621111, Offices of Physicians (Except Mental Health Specialists), with $8.01 billion across 407 actions.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations peaked in 2025 at $3.64 billion, after $1.66 billion in 2024 and $1.02 billion in 2023, based on the provided analysis window.

CAGE Code
1RTW6
UEI
G5XXLHZSW8X3
Total Obligated
8.12 billion
8,115,673,695.65
Award Actions
763
Average Action Value
10,636,531.71

About LOGISTICS HEALTH, INC. federal contract activity

LOGISTICS HEALTH, INC. (CAGE 1RTW6, UEI G5XXLHZSW8X3) recorded 8.12 billion in FPDS-obligated awards across 763 actions over the last 5 years, with an average award value of 10.64 million. The vendor’s federal work is highly concentrated, with most obligations tied to healthcare-related services and a dominant relationship with the Department of Veterans Affairs.

Agency mix and customer concentration

The Department of Veterans Affairs accounts for 7.66 billion across 177 awards, representing the clear center of the vendor’s federal portfolio. The next largest customers are the Defense Health Agency at 276.38 million across 206 awards, the Centers for Disease Control and Prevention at 78.36 million across 42 awards, the Department of the Army at 66.75 million across 24 awards, and FEMA at 26.66 million across 295 awards, indicating a mix of health, defense, public health, and emergency response buyers.

Industry profile based on NAICS activity

NAICS 621111, Offices of Physicians (Except Mental Health Specialists), dominates the vendor’s award base at 8.01 billion across 407 awards, making the portfolio overwhelmingly physician-services oriented. The remaining obligations are distributed across outpatient care centers, health and medical insurance carriers, professional/scientific/technical services, and mental health physician offices, but each is comparatively small relative to the primary NAICS code.

Annual contract trend over the analysis window

Annual obligations peaked in 2025 at 3.64 billion, following 1.66 billion in 2024, 1.02 billion in 2023, 951.58 million in 2022, and 847.11 million in 2021. Award counts were highest in 2021 through 2023 and then declined in 2024 and 2025, suggesting a shift toward fewer but materially larger awards in the most recent year.

How to interpret this page

This summary is based on FPDS obligations associated with LOGISTICS HEALTH, INC. using CAGE 1RTW6 and UEI G5XXLHZSW8X3 over the last 5 years. Totals reflect obligated dollars and award counts as provided in the analysis window; agency, NAICS, and annual figures are ranked by obligated value.

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 = '1RTW6'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 7,664,627,987.17 7.66 billion 177
97DH DEFENSE HEALTH AGENCY (DHA) 276,376,056.69 276.38 million 206
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 78,362,333.53 78.36 million 42
2100 DEPT OF THE ARMY 66,748,172.07 66.75 million 24
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 26,657,936.75 26.66 million 295
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 2,867,197.26 2.87 million 18
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 34,012.18 34.01 thousand 1

Insight

LOGISTICS HEALTH, INC. has highly concentrated obligations across the last 5 years: the Department of Veterans Affairs accounts for $7.66 billion of the $8.12 billion total, or roughly 94% of obligated dollars, across 177 awards. The next largest funder, the Defense Health Agency, is a distant second at $276.38 million across 206 awards, indicating a much smaller dollar base but relatively high award frequency. All other agencies contribute materially less than $80 million each, with FEMA notable for 295 awards but only $26.66 million obligated, reflecting a high count of comparatively small awards.

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 = '1RTW6'
        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
621111 OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS) 8,007,752,215.93 8.01 billion 407
621498 ALL OTHER OUTPATIENT CARE CENTERS 37,567,046.04 37.57 million 21
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 34,757,107.04 34.76 million 14
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 26,657,936.75 26.66 million 295
621112 OFFICES OF PHYSICIANS, MENTAL HEALTH SPECIALISTS 6,038,180.45 6.04 million 7
621999 ALL OTHER MISCELLANEOUS AMBULATORY HEALTH CARE SERVICES 2,901,209.44 2.90 million 19

Insight

Over the last 5 years, LOGISTICS HEALTH, INC. received 8.12 billion across 763 awards, with obligations heavily concentrated in NAICS 621111, Offices of Physicians (except Mental Health Specialists), which accounts for 8.01 billion and 407 awards. The next largest NAICS categories are materially smaller: 621498 and 524114 each total less than 38 million, indicating a steep drop-off after the primary line of business. Award activity is more dispersed than dollars, with 541990 representing 295 awards but only 26.66 million obligated, suggesting a lower average value across that segment.

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 = '1RTW6'
        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 3,643,711,339.07 3.64 billion 59
2024 1,658,254,607.06 1.66 billion 65
2023 1,015,013,502.26 1.02 billion 184
2022 951,581,446.80 951.58 million 203
2021 847,112,800.46 847.11 million 252

Insight

Over the last 5 years, LOGISTICS HEALTH, INC. (CAGE 1RTW6) received $8.12 billion across 763 awards, with an average award value of $10.64 million. Obligations are heavily concentrated in 2025, which accounts for $3.64 billion, or about 45% of the five-year total, despite only 59 awards. Earlier years show a lower-obligation, higher-award-count pattern, with awards declining from 252 in 2021 to 59 in 2025 while obligated dollars increased sharply in the most recent year.

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.