PANTEXAS DETERRENCE, LLC recorded $2.42 billion in obligated awards across 34 actions in the last 5 years, with an average action value of $71.12 million. All reported obligations in this window were awarded by the Department of Energy under NAICS 561210, Facilities Support Services.
Federal Contractor
PANTEXAS DETERRENCE, LLC Federal Contract Obligations (Last 5 Years)
Federal procurement profile for PANTEXAS DETERRENCE, LLC (CAGE 9KD07, UEI SPG7J8395CJ5) covering obligations in the last 5 years.
Annual data shown here is concentrated in 2024 and 2025, with 2025 accounting for $1.46 billion across 25 actions and 2024 totaling $963.05 million across 9 actions.
About PANTEXAS DETERRENCE, LLC federal contract activity
PANTEXAS DETERRENCE, LLC recorded $2.42 billion in obligated awards across 34 awards during the last 5 years, with an average award value of $71.12 million. The activity profile is highly concentrated, indicating a small number of large obligations rather than broad transactional volume.
Agency mix and customer concentration
All recorded obligations in the analysis window were awarded by the Department of Energy, totaling $2.42 billion across 34 awards. This indicates a single-agency award base with no observable diversification across other federal departments or agencies in the supplied data.
Industry profile based on NAICS activity
All recorded obligations were coded to NAICS 561210, Facilities Support Services, accounting for the full $2.42 billion and all 34 awards. The vendor’s FPDS profile in this window is therefore fully concentrated in one procurement category.
Annual contract trend over the analysis window
Annual obligations increased from $963.05 million across 9 awards in 2024 to $1.46 billion across 25 awards in 2025. The year-over-year change reflects both higher obligated dollars and a materially higher award count in 2025, showing expanded award activity within the same constrained agency and NAICS mix.
How to interpret this page
This summary is based on FPDS award data for the last 5 years, using the provided CAGE code 9KD07 and UEI SPG7J8395CJ5 to identify the vendor. Metrics reflect obligated amounts and award counts as supplied, with concentration assessed from the listed top agencies, NAICS codes, and annual trend data.
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 = '9KD07'
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 |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | 2,418,200,273.83 | 2.42 billion | 34 |
Insight
Over the last 5 years, PANTEXAS DETERRENCE, LLC’s federal obligations are fully concentrated in the Department of Energy, which accounts for the entire $2.42 billion obligated across 34 awards. This indicates a single-agency dependency with no visible distribution across other civilian or defense departments in the provided data. The average award value of about $71.1 million suggests a relatively high-value, repeated award pattern within that agency relationship.
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 = '9KD07'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 2,418,200,273.83 | 2.42 billion | 34 |
Insight
Over the last 5 years, PANTEXAS DETERRENCE, LLC (CAGE 9KD07) recorded 34 awards totaling $2.42 billion, all under NAICS 561210, Facilities Support Services. This indicates complete concentration of obligated dollars in a single NAICS code, with no observed diversification across other industry areas in the provided period. The average award value of approximately $71.1 million suggests a relatively high-dollar award profile within this NAICS category.
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 = '9KD07'
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 | 1,455,150,987.45 | 1.46 billion | 25 |
| 2024 | 963,049,286.38 | 963.05 million | 9 |
Insight
PANTEXAS DETERRENCE, LLC received $2.42 billion across 34 awards over the last 5 years, with an average award value of $71.1 million. Obligations are highly concentrated in the most recent two years, with 2025 accounting for $1.46 billion across 25 awards and 2024 accounting for $963.05 million across 9 awards. This indicates a sharp recent increase in funding activity and a heavier award concentration in 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.