Federal Contractor

CATERPILLAR INC. Federal Contract Obligations (Last Year)

CATERPILLAR INC. recorded 375.98 million in federal obligations across 510 award actions in the last full year, led by the Defense Logistics Agency and NAICS 333120.

CATERPILLAR INC. (CAGE 11083, UEI C9C6HPQLL4A8) received 375,978,467.72 in obligations over 510 award actions in the last full year, for an average action value of 737,212.68. Most of the activity came from the Defense Logistics Agency, with additional awards from the Department of the Army and the Federal Acquisition Service.

Generated at 03/21/2026

Analysis period: Last full year

Values reflect the last full year and may differ from rounded totals shown elsewhere on the page.

CAGE Code
11083
UEI
C9C6HPQLL4A8
Total Obligated
375.98 million
375,978,467.72
Award Actions
510
Average Action Value
737,212.68

About CATERPILLAR INC. federal contract activity

CATERPILLAR INC. (CAGE 11083, UEI C9C6HPQLL4A8) recorded 375.98 million in obligations across 510 awards in the last full year, for an average award value of 737,212.68. The profile is highly concentrated in federal procurement tied to machinery and equipment supply, with most dollars flowing through a small number of agencies and a dominant primary NAICS classification.

Agency mix and customer concentration

The Defense Logistics Agency accounted for 323.06 million across 387 awards, representing the clear majority of obligated dollars and transactions. The Department of the Army ranked second at 39.30 million across 43 awards, while the Federal Acquisition Service, Bureau of Land Management, and U.S. Fish and Wildlife Service collectively contributed a much smaller share, indicating a broad but heavily defense-weighted agency mix.

Industry profile based on NAICS activity

NAICS 333120, Construction Machinery Manufacturing, dominated with 337.39 million across 466 awards, showing that most activity aligns directly with Caterpillar’s core industrial product line. The remaining obligations were spread across a few smaller categories, including NAICS 336310 at 20.79 million, NAICS 333618 at 16.51 million, and only limited activity in instructional and electrical equipment classifications.

Annual contract trend over the analysis window

The annual trend data show 2025 as the full analysis year, with 375.98 million obligated across 510 awards. Because only one annual point is present, the dataset supports a level view rather than a multi-year growth assessment.

How to interpret this page

This summary uses FPDS award records filtered to the vendor identified by CAGE 11083 and UEI C9C6HPQLL4A8 for the last full year. Dollar totals, award counts, agency concentration, and NAICS mix are drawn directly from the provided aggregated metrics; no additional assumptions or unprovided data points were added.

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 = '11083'
        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
97AS DEFENSE LOGISTICS AGENCY 323,064,129.19 323.06 million 387
2100 DEPT OF THE ARMY 39,304,917.97 39.30 million 43
4732 FEDERAL ACQUISITION SERVICE 4,397,968.96 4.40 million 12
1422 BUREAU OF LAND MANAGEMENT 2,405,706.00 2.41 million 8
1448 U.S. FISH AND WILDLIFE SERVICE 2,094,705.00 2.09 million 16
1700 DEPT OF THE NAVY 1,184,626.20 1.18 million 16
19BM INTERNATIONAL BOUNDARY AND WATER COMMISSION: U.S.-MEXICO 794,025.00 794.02 thousand 3
1425 BUREAU OF RECLAMATION 628,311.00 628.31 thousand 2
7008 U.S. COAST GUARD 472,437.73 472.44 thousand 5
12C2 FOREST SERVICE 433,565.00 433.56 thousand 7

Insight

CATERPILLAR INC. obligated $375.98 million across 510 awards in the last full year, with spending heavily concentrated at the Defense Logistics Agency, which accounted for $323.06 million and 387 awards, or about 86% of total obligated dollars. The Department of the Army was the only other major buyer at $39.30 million across 43 awards, bringing the top two agencies to roughly 96% of total obligations. Remaining agencies were fragmented and individually small, each below $4.40 million, indicating a highly concentrated agency customer base for this vendor.

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 = '11083'
        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
333120 CONSTRUCTION MACHINERY MANUFACTURING 337,389,752.43 337.39 million 466
336310 MOTOR VEHICLE GASOLINE ENGINE AND ENGINE PARTS MANUFACTURING 20,791,828.98 20.79 million 1
333618 OTHER ENGINE EQUIPMENT MANUFACTURING 16,510,218.24 16.51 million 24
611699 ALL OTHER MISCELLANEOUS SCHOOLS AND INSTRUCTION 730,920.00 730.92 thousand 1
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 246,420.90 246.42 thousand 1
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 170,976.00 170.98 thousand 8
221118 OTHER ELECTRIC POWER GENERATION 95,226.67 95.23 thousand 2
335312 MOTOR AND GENERATOR MANUFACTURING 41,669.00 41.67 thousand 1
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 955.50 955.50 1
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 500.00 500.00 1

Insight

CATERPILLAR INC.’s obligations over the last full year were highly concentrated in NAICS 333120, Construction Machinery Manufacturing, which accounted for $337.39 million across 466 awards, or roughly 90% of total obligated dollars ($375.98 million). The next largest categories were much smaller by value: NAICS 336310 contributed $20.79 million in a single award, and NAICS 333618 accounted for $16.51 million across 24 awards. Remaining NAICS codes were de minimis, indicating a procurement profile dominated by construction machinery manufacturing with limited activity in other product and service categories.

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 = '11083'
        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 375,978,467.72 375.98 million 510

Insight

For the last full year, CATERPILLAR INC. (CAGE 11083) recorded $375.98 million in obligated funding across 510 awards, for an average award value of $737.2K. The volume of awards indicates broad distribution of obligations rather than reliance on a small number of transactions. With only a single annual data point in the 1-year window, no year-over-year trend can be assessed from this view.

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.