Federal Contractor

ANDURIL INDUSTRIES, INC. Federal Contract Obligations (Last 5 Years)

FPDS procurement summary for ANDURIL INDUSTRIES, INC. (CAGE 85LD7, UEI KC3CH2MSK7Q3) covering the last 5 years of federal awards.

ANDURIL INDUSTRIES, INC. recorded 488 award actions totaling $2,041,297,375.27 over the last 5 years, with an average action value of $4,182,986.42. The largest shares of obligated dollars came from U.S. Special Operations Command, U.S. Customs and Border Protection, and the Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last 5 years

Agency, NAICS, and annual totals reflect obligated amounts in the analysis window and may differ from counts of individual contract actions.

CAGE Code
85LD7
UEI
KC3CH2MSK7Q3
Total Obligated
2.04 billion
2,041,297,375.27
Award Actions
488
Average Action Value
4,182,986.42

About ANDURIL INDUSTRIES, INC. federal contract activity

ANDURIL INDUSTRIES, INC. (CAGE 85LD7, UEI KC3CH2MSK7Q3) recorded 2.04 billion in obligated awards across 488 awards over the last 5 years, for an average award value of 4.18 million. The obligation profile is concentrated in defense and homeland security work, with a relatively high volume of awards alongside several large-dollar awards.

Agency mix and customer concentration

U.S. SPECIAL OPERATIONS COMMAND accounted for the largest share of obligated dollars at 946.99 million across 237 awards, followed closely by U.S. CUSTOMS AND BORDER PROTECTION at 800.93 million across 32 awards. The remaining obligations are spread across the Department of the Air Force, Department of the Navy, and the Department of Energy, indicating a customer base centered on defense and border/security missions.

Industry profile based on NAICS activity

The largest NAICS category is 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing, with 1.01 billion across 255 awards. Significant additional activity appears in 541512 Computer Systems Design Services and 541715 R&D in the physical, engineering, and life sciences, showing a mix of hardware-oriented systems work, software-intensive services, and applied technical development.

Annual contract trend over the analysis window

Annual obligations increased sharply in the most recent two years, rising from 52.48 million in 2021 to 243.58 million in 2022 and 246.90 million in 2023, then accelerating to 668.44 million in 2024 and 829.89 million in 2025. Award counts also expanded, with 180 awards in 2025 versus 16 in 2021, indicating both higher funding levels and broader award activity over time.

How to interpret this page

This summary is based on FPDS Query award records for ANDURIL INDUSTRIES, INC. identified by CAGE 85LD7 and UEI KC3CH2MSK7Q3 over the last 5 years. Totals reflect obligated dollars and award counts as provided in the analysis window, with agency, NAICS, and annual views aggregated from the same dataset.

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 = '85LD7'
        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
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 946,987,233.31 946.99 million 237
7014 U.S. CUSTOMS AND BORDER PROTECTION 800,932,038.89 800.93 million 32
5700 DEPT OF THE AIR FORCE 194,628,509.58 194.63 million 163
1700 DEPT OF THE NAVY 68,996,761.49 69.00 million 49
8900 ENERGY, DEPARTMENT OF 24,457,241.00 24.46 million 2
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 5,295,591.00 5.30 million 5

Insight

Over the last 5 years, ANDURIL INDUSTRIES, INC. received $2.04 billion across 488 awards, with obligation activity concentrated in two agencies: U.S. Special Operations Command ($946.99 million; 237 awards) and U.S. Customs and Border Protection ($800.93 million; 32 awards), which together account for most total obligations. The next largest obligations were with the Department of the Air Force ($194.63 million; 163 awards) and the Department of the Navy ($69.00 million; 49 awards), indicating a secondary but materially smaller defense customer base. Obligations outside these top four agencies were limited, with DOE and DARPA totaling less than $30 million combined.

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 = '85LD7'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,006,467,693.81 1.01 billion 255
541512 COMPUTER SYSTEMS DESIGN SERVICES 816,182,052.89 816.18 million 48
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 185,402,294.50 185.40 million 148
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 25,669,957.54 25.67 million 22
541330 ENGINEERING SERVICES 3,859,531.91 3.86 million 8
336411 AIRCRAFT MANUFACTURING 2,264,844.60 2.26 million 4
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 1,435,000.02 1.44 million 1
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 15,000.00 15.00 thousand 1
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 1,000.00 1.00 thousand 1

Insight

Over the last 5 years, ANDURIL INDUSTRIES, INC. received $2.04 billion across 488 awards, with obligations concentrated in NAICS 334511, which accounts for $1.01 billion and 255 awards. NAICS 541512 is the second-largest category at $816.18 million but with only 48 awards, indicating a smaller number of higher-value actions relative to the volume in 334511. NAICS 541715 contributes an additional $185.40 million across 148 awards, while all remaining NAICS categories are comparatively minor, each below $25.67 million.

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 = '85LD7'
        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 829,888,704.08 829.89 million 180
2024 668,440,938.14 668.44 million 134
2023 246,904,193.13 246.90 million 107
2022 243,583,217.65 243.58 million 51
2021 52,480,322.27 52.48 million 16

Insight

ANDURIL INDUSTRIES, INC. shows a pronounced upward funding trend over the last 5 years, with total obligations rising from 52.48 million in 2021 to 829.89 million in 2025. The vendor’s obligation base is concentrated in the most recent two years, which account for 1.50 billion of the 2.04 billion obligated over the period, or roughly 73 percent. Award volume also increased materially, from 16 awards in 2021 to 180 in 2025, indicating both higher award frequency and larger obligated value in recent years.

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.