Geography

Oregon Federal Contract Obligations (Last Year)

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

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

Generated at 03/15/2026

Analysis period: Last full year

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

State Code
OR
State
Oregon
Total Obligated
2.05 billion
2,046,219,679.51
Award Actions
18,125
Average Action Value
112,894.87

About Oregon federal contract activity

This page summarizes last full year of federal contract activity associated with Oregon. Based on the current FPDS Query dataset, this geography shows 2.05 billion in visible obligations across 18,125 award actions, with an average action value of 112,894.87. 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 full year. The visible agency ranking is led by DEPT OF THE ARMY, with 440.66 million 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 full year. The current ranking is led by VIGOR MARINE LLC, with 275.13 million in obligations, followed by ALSTOM RENEWABLE US LLC. 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 full year, from 2025 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 full year. 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 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
2100 DEPT OF THE ARMY 440,659,736.00 440.66 million 881
12C2 FOREST SERVICE 360,015,939.90 360.02 million 3,653
1700 DEPT OF THE NAVY 343,374,039.27 343.37 million 571
3600 VETERANS AFFAIRS, DEPARTMENT OF 131,051,863.87 131.05 million 1,129
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 115,044,718.21 115.04 million 91
6938 MARITIME ADMINISTRATION 79,855,123.72 79.86 million 333
97AS DEFENSE LOGISTICS AGENCY 62,493,146.34 62.49 million 7,016
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 53,123,168.00 53.12 million 3
1422 BUREAU OF LAND MANAGEMENT 43,669,040.21 43.67 million 856
8900 ENERGY, DEPARTMENT OF 37,345,296.71 37.35 million 140

Insight

Oregon contract activity over the last full year 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 1 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 275,128,403.74 275.13 million 113
ALSTOM RENEWABLE US LLC 7JH90 107,355,290.50 107.36 million 8
JAG ALASKA INC. 86YT3 95,408,666.00 95.41 million 1
SIGA TECHNOLOGIES, INC. 1V4X4 53,123,168.00 53.12 million 3
TOTE SERVICES, LLC 0B1X4 37,475,595.35 37.48 million 211
BAHFED CORP 6KZA1 37,440,986.51 37.44 million 355
FLIR SURVEILLANCE, INC. 6TCQ5 33,378,244.45 33.38 million 71
ENERGY TECHNOLOGY ALLIANCE LLC 99R66 30,977,576.79 30.98 million 48
MANSON CONSTRUCTION CO 0FCP9 29,398,648.22 29.40 million 9
SKYTEK LLC 5G2S9 28,857,136.03 28.86 million 24

Insight

Visible obligations in Oregon over the last full year appear concentrated among a relatively small set of leading vendors. VIGOR MARINE LLC ranks first, followed by ALSTOM RENEWABLE US LLC, 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 1 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 396,813,280.99 396.81 million 203
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 224,745,956.80 224.75 million 136
115310 SUPPORT ACTIVITIES FOR FORESTRY 194,504,958.56 194.50 million 2,212
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 85,618,396.95 85.62 million 268
483111 DEEP SEA FREIGHT TRANSPORTATION 79,855,123.72 79.86 million 333
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 77,982,746.03 77.98 million 218
562910 REMEDIATION SERVICES 62,066,245.68 62.07 million 117
541519 OTHER COMPUTER RELATED SERVICES 55,822,422.04 55.82 million 349
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 53,384,437.16 53.38 million 17
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 48,063,130.93 48.06 million 74

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Oregon over the last full year. 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 1 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
J999 NON-NUCLEAR SHIP REPAIR (WEST) 282,615,322.57 282.62 million 126
F003 NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION 219,200,184.53 219.20 million 2,291
Z2KA REPAIR OR ALTERATION OF DAMS 160,747,864.91 160.75 million 89
1910 TRANSPORT VESSELS, PASSENGER AND TROOP 97,336,029.28 97.34 million 7
M1PZ OPERATION OF OTHER NON-BUILDING FACILITIES 79,855,123.72 79.86 million 333
Y1KF CONSTRUCTION OF DREDGING FACILITIES 62,961,388.45 62.96 million 28
F099 NATURAL RESOURCES/CONSERVATION- OTHER 54,140,187.67 54.14 million 153
AN13 HEALTH R&D SERVICES; HEALTH CARE SERVICES; EXPERIMENTAL DEVELOPMENT 53,169,659.01 53.17 million 7
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 41,188,906.81 41.19 million 92
Y1LB CONSTRUCTION OF HIGHWAYS, ROADS, STREETS, BRIDGES, AND RAILWAYS 36,939,598.96 36.94 million 104

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Oregon over the last full year. 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 1 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

Insight

The annual trend shows how obligations in Oregon moved across the last full year, from 2025 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.