NAICS Industry

NAICS 324110 Federal Contract Obligations (Last Year)

Federal procurement data for NAICS 324110, Petroleum Refineries, shows 7.91 billion in obligations across 231,159 award actions in the last full year.

NAICS 324110 covers Petroleum Refineries and reflects a market dominated by fuel supply purchases and related refinery products in federal contracting. The Defense Logistics Agency accounted for nearly all reported obligations, while smaller activity also appeared across the Forest Service, Department of the Army, Department of State, and Bureau of Indian Affairs.

Generated at 03/21/2026

Analysis period: Last full year

Figures on this page cover the last full year and are based on readable obligated amounts, award action counts, and the top agencies and vendors reported for NAICS 324110.

NAICS Code
324110
Industry
PETROLEUM REFINERIES
Total Obligated
7.91 billion
7,912,920,708.33
Award Actions
231,159
Average Action Value
34,231.50

About NAICS 324110 federal contract activity

NAICS 324110, Petroleum Refineries, accounted for $7.91 billion across 231,159 awards in the last full year, with an average award value of $34,231.50. Obligation volume is large and transaction-heavy, indicating sustained federal demand concentrated in fuel and refined petroleum product procurement. The funding profile is highly concentrated, with a small number of awards and vendors driving a substantial share of total obligations.

Agency demand and leading federal buyers

The Defense Logistics Agency dominated spending in this NAICS, obligating $7.87 billion across 229,967 awards and accounting for the vast majority of total activity. Other agencies were much smaller by comparison, led by the Forest Service, Department of the Army, Department of State, and Bureau of Indian Affairs, each at roughly $3.43 million to $14.79 million. This distribution indicates that procurement for petroleum refineries is primarily a defense supply-chain function, with limited civilian agency participation.

Vendor concentration and leading contractors

Vendor activity is led by large refinery and fuel suppliers, with Valero Marketing and Supply Co. topping the list at $861.78 million, followed by Motor Oil (Hellas) Corinth Refineries S.A. at $655.23 million and Phillips 66 Company at $647.72 million. Marathon Petroleum Company LP also posted significant volume at $576.56 million, while Phillips 66 stands out for a notably higher award count than the other top vendors. The vendor mix suggests reliance on established refiners and distributors with broad federal contracting presence.

Annual contract trend over the analysis window

For 2025, total obligations in this NAICS reached $7.91 billion across 231,159 awards. Because the analysis window is the last full year and only one annual data point is provided, the dataset supports a current-year snapshot rather than a multi-year trend assessment. The available figures show a very active market with high award volume and sizeable obligated value.

How to interpret this page

Figures are drawn from FPDS award records filtered to NAICS code 324110 for the last full year. Obligation totals, award counts, and average award value reflect the reported values in the dataset and are presented as stated, without adjustment. Agency and vendor summaries are based on total obligated dollars within the analysis window.

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__productOrServiceInformation__principalNAICSCode = '324110'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 7,869,638,127.29 7.87 billion 229,967
12C2 FOREST SERVICE 14,793,041.67 14.79 million 177
2100 DEPT OF THE ARMY 11,203,550.94 11.20 million 209
1900 STATE, DEPARTMENT OF 3,710,799.23 3.71 million 264
1450 BUREAU OF INDIAN AFFAIRS 3,433,252.52 3.43 million 132
1443 NATIONAL PARK SERVICE 2,602,282.73 2.60 million 103
7529 NATIONAL INSTITUTES OF HEALTH 1,750,000.00 1.75 million 6
7527 INDIAN HEALTH SERVICE 951,708.62 951.71 thousand 27
1448 U.S. FISH AND WILDLIFE SERVICE 944,708.08 944.71 thousand 45
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 728,895.17 728.90 thousand 13

Insight

Obligations for NAICS 324110 are highly concentrated in the Defense Logistics Agency, which accounts for 7.87 billion of the 7.91 billion obligated in the last full year and 229,967 of 231,159 awards. The remaining agencies each represent a very small share of spend, with the next largest obligation levels at the Forest Service (14.79 million) and Department of the Army (11.20 million). This distribution indicates that petroleum refinery procurement activity is dominated by a single agency, with limited secondary demand across civilian and defense organizations.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '324110'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
VALERO MARKETING AND SUPPLY CO 1QSA0 861,784,331.54 861.78 million 216
MOTOR OIL (HELLAS) CORINTH REFINERIES S.A. 6W100 655,233,425.07 655.23 million 88
PHILLIPS 66 COMPANY 6R7Y6 647,723,325.33 647.72 million 1,444
S-OIL CORPORATION 0181F 610,845,560.66 610.85 million 100
MARATHON PETROLEUM COMPANY LP 1HGJ9 576,561,812.67 576.56 million 368
PETROMAX REFINING COMPANY LLC 3G8M1 342,778,145.02 342.78 million 64
CHEVRON USA INC. 04BH0 244,532,613.84 244.53 million 160
VETJET FUELS LLC 8FDK1 231,092,397.83 231.09 million 593
SK ENERGY CO., LTD. 2Z49F 215,366,051.16 215.37 million 68
PETRO STAR INC. 1FZR6 175,258,600.86 175.26 million 615

Insight

Top vendors in NAICS 324110 accounted for substantial but not dominant concentration within a $7.91 billion market over the last full year. VALERO MARKETING AND SUPPLY CO led with $861.78 million, followed by MOTOR OIL (HELLAS) CORINTH REFINERIES S.A. at $655.23 million and PHILLIPS 66 COMPANY at $647.72 million; the top 10 vendors each exceeded $175.26 million in obligations. Award activity was highly dispersed relative to dollars, ranging from 64 to 1,444 awards among the leading vendors, indicating a mix of large-dollar and high-frequency procurement relationships.

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__productOrServiceInformation__principalNAICSCode = '324110'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 7,912,920,708.33 7.91 billion 231,159

Insight

For the last full year, NAICS 324110 (Petroleum Refineries) recorded $7.91 billion in obligated awards across 231,159 awards, yielding a relatively low average award value of $34,231.50. The volume of awards indicates a highly distributed obligation profile rather than reliance on a small number of large actions. Because only one year of data is provided in this window, a year-over-year trend cannot be assessed from this section.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.