Federal Contractor

PHILLIPS 66 COMPANY Federal Contract Obligations (Last 5 Years)

PHILLIPS 66 COMPANY recorded 6,466 federal award actions and $2.32 billion in obligations over the last 5 years, led by the Defense Logistics Agency.

PHILLIPS 66 COMPANY (CAGE 6R7Y6, UEI MNDKKMTB8EJ1) received $2,319,317,588.64 in federal obligations across 6,466 award actions in the last 5 years. All reported obligations in this period were associated with the Defense Logistics Agency and NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from $229.67 million in 2021 to $647.72 million in 2025, with 2024 showing the highest action count at 1,824.

CAGE Code
6R7Y6
UEI
MNDKKMTB8EJ1
Total Obligated
2.32 billion
2,319,317,588.64
Award Actions
6,466
Average Action Value
358,694.33

About PHILLIPS 66 COMPANY federal contract activity

PHILLIPS 66 COMPANY (CAGE 6R7Y6, UEI MNDKKMTB8EJ1) recorded $2.32 billion in obligated federal procurement over the last 5 years across 6,466 awards, for an average award value of $358,694.33. The profile indicates sustained, high-volume contracting activity centered on fuel and petroleum-related supply work.

Agency mix and customer concentration

All observed obligations in the analysis window are concentrated with the DEFENSE LOGISTICS AGENCY, which accounts for the full $2.32 billion and all 6,466 awards. This indicates a highly concentrated customer base and a procurement relationship that is effectively single-agency in this dataset.

Industry profile based on NAICS activity

Obligations are entirely concentrated in NAICS 324110, PETROLEUM REFINERIES, matching the vendor’s core business category. The spend pattern suggests the vendor’s federal activity is driven by petroleum product procurement rather than diversified contract types.

Annual contract trend over the analysis window

Annual obligations remained elevated throughout the period, rising from $229.67 million in 2021 to a peak of $647.72 million in 2025, with intermediate years ranging from $433.09 million to $517.58 million. Award counts fluctuated by year, with the highest volume in 2024 at 1,824 awards and a lower point in 2021 at 590 awards, indicating variations in award structuring rather than a linear volume trend.

How to interpret this page

This summary is based on FPDS-observed obligations for the last 5 years and reflects only the data provided in the analysis window. Agency, NAICS, and annual totals were aggregated from recorded awards tied to the identified vendor through its CAGE code and UEI, with no additional sources or assumptions used.

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 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
97AS DEFENSE LOGISTICS AGENCY 2,319,317,588.64 2.32 billion 6,466

Insight

Over the last 5 years, PHILLIPS 66 COMPANY’s obligations under CAGE 6R7Y6 are fully concentrated with the Defense Logistics Agency, which accounts for the entire $2.32 billion obligated and all 6,466 awards. This indicates a highly concentrated customer base with no observed obligation distribution across other agencies in the provided period. The average award value is $358,694.33, suggesting a large volume of relatively moderate-value actions within a single 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 = '6R7Y6'
        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
324110 PETROLEUM REFINERIES 2,319,317,588.64 2.32 billion 6,466

Insight

Over the last 5 years, PHILLIPS 66 COMPANY’s obligations are fully concentrated in NAICS 324110, Petroleum Refineries, accounting for the entire $2.32 billion obligated and all 6,466 awards. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the provided period. The average award value of $358,694.33 suggests a large number of relatively moderate-value actions within the same industrial classification.

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 5 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

Insight

Over the last 5 years, PHILLIPS 66 COMPANY (CAGE 6R7Y6) obligated $2.32 billion across 6,466 awards, with an average award value of $358.7K. Obligations were concentrated in 2025 ($647.7M), the highest year in the period, following a 2024 decline ($433.1M) and then a rebound in 2025. Award volume was also uneven, peaking in 2024 at 1,824 awards, while obligations were relatively high in 2022–2023 ($517.6M and $491.2M), indicating a generally variable but sustained funding profile.

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.