Federal Contractor

PALANTIR USG INC Federal Contract Obligations (Last 10 Years)

PALANTIR USG INC (CAGE 51W88, UEI HNN4F9JZWDY8) has 350 federal award actions totaling $1.88 billion over the last 10 years.

PALANTIR USG INC's federal contracting activity is concentrated in the Department of the Army and Department of the Air Force, which together account for most of the firm's $1.88 billion in obligations. Recent activity is heavily weighted to 2025, while the vendor's largest NAICS categories include software publishing, R&D, custom programming, and data processing services.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect readable FPDS obligations for the last 10 years and may differ from totals in other systems due to timing or record updates.

CAGE Code
51W88
UEI
HNN4F9JZWDY8
Total Obligated
1.88 billion
1,879,529,541.25
Award Actions
350
Average Action Value
5,370,084.40

About PALANTIR USG INC federal contract activity

PALANTIR USG INC (CAGE 51W88, UEI HNN4F9JZWDY8) recorded $1.88 billion in obligated federal spending across 350 awards during the last 10 years, for an average award value of about $5.37 million. The profile is concentrated in a relatively small number of awards with materially large obligations, indicating recurring use for higher-value software and analytics-related procurements.

Agency mix and customer concentration

Obligations are heavily concentrated in the Department of the Army, which accounts for $1.11 billion across 172 awards, followed by the Department of the Air Force with $642.10 million across 128 awards. The remaining agencies are much smaller in scale, led by the Department of State at $103.05 million, with only limited activity from the U.S. International Development Finance Corporation and the Defense Logistics Agency.

Industry profile based on NAICS activity

The vendor’s award base is anchored in software and technology-related NAICS codes, led by 513210 Software Publishers and 511210 Software Publishers, alongside 541511 Custom Computer Programming Services and 518210 Data Processing, Hosting, and Related Services. The presence of 541715 Research and Development in the physical, engineering, and life sciences indicates some work is structured as R&D, but the overall mix remains centered on software products, custom development, and data infrastructure.

Annual contract trend over the analysis window

Annual obligations are highly uneven and show a pronounced increase in 2025, which alone totals $1.02 billion and exceeds the prior four years combined in the provided trend set. Before that surge, obligations were substantially lower, with 2024 at $370.26 million and 2021-2023 ranging from $97.54 million to $178.98 million, suggesting a sharp recent acceleration in award volume and/or size.

How to interpret this page

This summary is based on FPDS obligation data for the last 10 years and reflects awards associated with the supplied CAGE code and UEI. Agency, NAICS, and annual trend observations are derived from the provided aggregates and are limited to obligated dollars and award counts in the source set.

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 = '51W88'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
2100 DEPT OF THE ARMY 1,114,553,553.12 1.11 billion 172
5700 DEPT OF THE AIR FORCE 642,100,557.02 642.10 million 128
1900 STATE, DEPARTMENT OF 103,049,668.18 103.05 million 35
7700 UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION 7,888,965.54 7.89 million 1
97AS DEFENSE LOGISTICS AGENCY 7,498,785.00 7.50 million 2
97JC MISSILE DEFENSE AGENCY (MDA) 4,434,512.39 4.43 million 7
1524 DRUG ENFORCEMENT ADMINISTRATION 3,500.00 3.50 thousand 5

Insight

Over the last 10 years, PALANTIR USG INC has received $1.88 billion across 350 awards, with obligations concentrated in the Department of the Army and Department of the Air Force. The Army accounts for $1.11 billion and 172 awards, while the Air Force accounts for $642.10 million and 128 awards, together representing about 93% of total obligated dollars. The remaining agencies are much smaller in scale, led by the Department of State at $103.05 million across 35 awards, with all other listed agencies each below $8 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 = '51W88'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
513210 SOFTWARE PUBLISHERS 494,882,018.21 494.88 million 106
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 472,631,153.35 472.63 million 47
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 393,464,952.75 393.46 million 36
511210 SOFTWARE PUBLISHERS 248,627,341.44 248.63 million 119
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 230,400,385.50 230.40 million 38
541618 OTHER MANAGEMENT CONSULTING SERVICES 39,522,690.00 39.52 million 3
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 1,000.00 1.00 thousand 1

Insight

Over the last 10 years, PALANTIR USG INC’s obligations are concentrated in software and related technology NAICS, led by 513210 (Software Publishers) at $494.88 million across 106 awards, 541715 at $472.63 million across 47 awards, and 541511 at $393.46 million across 36 awards. These three NAICS account for the majority of the company’s $1.88 billion in total obligated value, indicating a strong concentration in software publishing, R&D, and custom programming activities. Additional obligations are present in 511210 and 518210, while all other NAICS categories are comparatively minor, including 541618 at $39.52 million and 332993 at $1,000.

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 = '51W88'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,020,678,347.78 1.02 billion 153
2024 370,256,813.96 370.26 million 90
2023 150,136,787.08 150.14 million 47
2022 178,975,289.37 178.98 million 26
2021 97,543,000.00 97.54 million 13
2020 61,935,803.06 61.94 million 16
2018 500.00 500.00 1
2017 3,000.00 3.00 thousand 4

Insight

PALANTIR USG INC shows pronounced obligation concentration in the most recent period, with FY 2025 accounting for $1.02 billion across 153 awards, or more than half of the 10-year total of $1.88 billion. Obligations declined from that peak in FY 2024 to FY 2021, but remained materially higher than earlier years, indicating a recent surge in procurement activity followed by a broader annual spread in awards. The remaining years in the window are low-volume outliers, with minimal obligations in FY 2018 and FY 2017, which reinforces the concentration in FY 2021–FY 2025.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.