Geography

Oregon Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations in Oregon for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations in Oregon for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.

State Code
OR
State
Oregon
Total Obligated
10.76 billion
10,757,946,606.24
Award Actions
174,781
Average Action Value
61,551.00

About Oregon federal contract activity

This page summarizes last 5 years of federal contract activity associated with Oregon. Based on the current FPDS Query dataset, this geography shows 10.76 billion in visible obligations across 174,781 award actions, with an average action value of 61,551.00. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand in Oregon appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE ARMY, with 2.31 billion in obligations, followed by FOREST SERVICE. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in Oregon over the last 5 years. The current ranking is led by VIGOR MARINE LLC, with 850.59 million in obligations, followed by SIGA TECHNOLOGIES, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved in Oregon across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'OR'
        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
2100 DEPT OF THE ARMY 2,313,727,328.50 2.31 billion 4,798
12C2 FOREST SERVICE 2,135,672,316.17 2.14 billion 27,653
1700 DEPT OF THE NAVY 1,295,900,668.03 1.30 billion 2,971
97AS DEFENSE LOGISTICS AGENCY 584,756,903.69 584.76 million 105,803
3600 VETERANS AFFAIRS, DEPARTMENT OF 505,824,769.01 505.82 million 6,108
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 445,033,521.97 445.03 million 21
6938 MARITIME ADMINISTRATION 381,886,581.78 381.89 million 964
1422 BUREAU OF LAND MANAGEMENT 267,466,593.71 267.47 million 4,007
6925 FEDERAL HIGHWAY ADMINISTRATION 264,250,062.16 264.25 million 752
5700 DEPT OF THE AIR FORCE 200,726,086.40 200.73 million 554

Insight

Oregon contract activity over the last 5 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE ARMY, followed by FOREST SERVICE, which suggests that federal demand in this geography is not evenly distributed.

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,
        ifNull(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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'OR'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
VIGOR MARINE LLC 4PGG4 850,589,659.81 850.59 million 493
SIGA TECHNOLOGIES, INC. 1V4X4 445,844,335.17 445.84 million 20
VIGOR WORKS LLC 5Y009 389,752,906.84 389.75 million 174
EPIC AVIATION, LLC 3AYN0 295,798,084.54 295.80 million 64,866
TOTE SERVICES, LLC 0B1X4 221,115,676.92 221.12 million 696
ALSTOM RENEWABLE US LLC 7JH90 153,240,188.00 153.24 million 35
BAHFED CORP 6KZA1 132,406,381.52 132.41 million 2,276
GALOIS, INC. 1NCT1 125,042,185.02 125.04 million 230
TRADE WEST CONSTRUCTION, INC. 1MSR9 123,710,800.61 123.71 million 12
PORT OF PORTLAND 3DWW7 121,837,543.50 121.84 million 34

Insight

Visible obligations in Oregon over the last 5 years appear concentrated among a relatively small set of leading vendors. VIGOR MARINE LLC ranks first, followed by SIGA TECHNOLOGIES, INC., which helps define the current competitive landscape in this geography.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'OR'
        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
336611 SHIP BUILDING AND REPAIRING 1,435,255,079.05 1.44 billion 1,001
115310 SUPPORT ACTIVITIES FOR FORESTRY 1,175,238,530.75 1.18 billion 16,721
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 1,014,795,698.53 1.01 billion 834
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 612,904,906.40 612.90 million 1,628
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 454,004,222.79 454.00 million 80
483111 DEEP SEA FREIGHT TRANSPORTATION 376,453,259.59 376.45 million 939
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 361,934,190.58 361.93 million 1,196
324110 PETROLEUM REFINERIES 351,749,137.38 351.75 million 66,882
237310 HIGHWAY, STREET, AND BRIDGE CONSTRUCTION 350,612,079.95 350.61 million 1,301
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 263,901,426.45 263.90 million 972

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Oregon over the last 5 years. This helps show which federal market segments are most prominent in the state.

Top PSC Codes

SELECT
    psc_code,
    psc_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
        anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'OR'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Award Actions
F003 NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION 1,311,141,700.75 1.31 billion 17,136
J999 NON-NUCLEAR SHIP REPAIR (WEST) 828,397,038.83 828.40 million 589
AN13 HEALTH R&D SERVICES; HEALTH CARE SERVICES; EXPERIMENTAL DEVELOPMENT 450,139,800.18 450.14 million 26
Z2KA REPAIR OR ALTERATION OF DAMS 405,375,504.47 405.38 million 470
M1PZ OPERATION OF OTHER NON-BUILDING FACILITIES 376,552,749.59 376.55 million 941
Y1KF CONSTRUCTION OF DREDGING FACILITIES 338,520,553.12 338.52 million 122
1990 MISCELLANEOUS VESSELS 334,174,537.88 334.17 million 61
9130 LIQUID PROPELLANTS AND FUELS, PETROLEUM BASE 306,210,405.71 306.21 million 66,587
Y1LB CONSTRUCTION OF HIGHWAYS, ROADS, STREETS, BRIDGES, AND RAILWAYS 290,486,620.91 290.49 million 603
F099 NATURAL RESOURCES/CONSERVATION- OTHER 211,776,952.17 211.78 million 1,131

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Oregon over the last 5 years. This helps show which categories of federal demand are most prominent in the state.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'OR'
        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 2,046,219,679.51 2.05 billion 18,125
2024 2,495,988,581.45 2.50 billion 27,036
2023 2,587,019,874.45 2.59 billion 30,731
2022 1,970,553,118.40 1.97 billion 47,230
2021 1,658,165,352.43 1.66 billion 51,659

Insight

The annual trend shows how obligations in Oregon moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.

Use FPDS Query for deeper geographic analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, 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.