This vendor profile summarizes federal procurement activity for PHILLIPS 66 COMPANY, CAGE 6R7Y6, UEI MNDKKMTB8EJ1, over the last 10 years. The record is concentrated in Defense Logistics Agency obligations for petroleum refineries, with annual awards remaining active through 2025.
Federal Contractor
PHILLIPS 66 COMPANY Federal Contract Obligations (Last 10 Years)
PHILLIPS 66 COMPANY has received $3.70 billion in federal obligations across 8,372 award actions in the last 10 years, led by the Defense Logistics Agency and NAICS 324110.
Totals reflect the provided analysis window and may differ slightly from other FPDS views due to rounding and data updates.
About PHILLIPS 66 COMPANY federal contract activity
PHILLIPS 66 COMPANY, identified by CAGE 6R7Y6 and UEI MNDKKMTB8EJ1, recorded $3.70 billion in obligated federal awards across 8,372 actions over the last 10 years. The average award value of $441,994.31 indicates a high-volume procurement profile with recurring transaction flow rather than a small number of large awards.
Agency mix and customer concentration
Award activity is concentrated entirely within the DEFENSE LOGISTICS AGENCY, which accounts for the full $3.70 billion and all 8,372 awards in the analysis window. This level of concentration indicates a highly focused federal customer base and limited agency diversification.
Industry profile based on NAICS activity
All recorded obligations fall under NAICS 324110, Petroleum Refineries, aligning the vendor’s award profile with its core refining business. The data show no meaningful NAICS diversification in the period reviewed, suggesting procurement is tied to a single primary industrial classification.
Annual contract trend over the analysis window
Annual obligations show substantial year-to-year movement, peaking at $647.72 million in 2025 after $433.09 million in 2024. Prior years in the displayed period range from $229.67 million in 2021 to $517.58 million in 2022, indicating a variable but consistently significant funding pattern. Award counts do not move in lockstep with dollars, with 2024 showing the highest count at 1,824 despite not being the highest-dollar year.
How to interpret this page
This summary is based on FPDS award records for the last 10 years and reflects obligated dollars, award counts, and reported agency and NAICS classifications. Totals are aggregated from the provided dataset and should be interpreted as procurement activity captured in FPDS, not necessarily all federal business with the vendor.
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 = '6R7Y6'
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 |
|---|---|---|---|---|
| 97AS | DEFENSE LOGISTICS AGENCY | 3,700,376,436.76 | 3.70 billion | 8,372 |
Insight
Over the last 10 years, PHILLIPS 66 COMPANY (CAGE 6R7Y6) received $3.70 billion across 8,372 awards, with an average award value of $441,994.31. All recorded obligations in this window are concentrated with the Defense Logistics Agency, indicating complete agency-level concentration of the vendor’s federal contract activity in the provided data. This pattern suggests a highly concentrated procurement relationship rather than a diversified agency footprint.
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 = '6R7Y6'
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 |
|---|---|---|---|---|
| 324110 | PETROLEUM REFINERIES | 3,700,376,436.76 | 3.70 billion | 8,372 |
Insight
Over the last 10 years, PHILLIPS 66 COMPANY (CAGE 6R7Y6) recorded $3.70 billion in obligated value across 8,372 awards, with an average award value of $441,994.31. All reported obligations are concentrated in NAICS 324110, Petroleum Refineries, indicating a fully focused procurement profile within this industry code. The award volume suggests repeated contracting activity rather than reliance on a small number of large awards.
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 = '6R7Y6'
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 | 647,723,325.33 | 647.72 million | 1,444 |
| 2024 | 433,094,228.61 | 433.09 million | 1,824 |
| 2023 | 491,245,310.93 | 491.25 million | 1,444 |
| 2022 | 517,581,248.82 | 517.58 million | 1,164 |
| 2021 | 229,673,474.95 | 229.67 million | 590 |
| 2020 | 426,267,172.22 | 426.27 million | 781 |
| 2019 | 344,867,495.87 | 344.87 million | 417 |
| 2018 | 321,989,467.25 | 321.99 million | 311 |
| 2017 | 255,267,811.29 | 255.27 million | 302 |
| 2016 | 32,666,901.49 | 32.67 million | 95 |
Insight
Over the last 10 years, PHILLIPS 66 COMPANY (CAGE 6R7Y6) recorded $3.70 billion across 8,372 awards, averaging $441,994 per award. Obligations are concentrated in the most recent years, with 2025 ($647.72 million) and 2022 ($517.58 million) among the highest annual totals, while 2016 is a clear low point at $32.67 million. Award counts also increased materially over time, rising from 95 in 2016 to 1,444 in 2025, indicating a broader and more active contracting profile 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.