Geography

Oregon Federal Contract Obligations (Last 10 Years)

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

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

Generated at 03/15/2026

Analysis period: Last 10 years

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

State Code
OR
State
Oregon
Total Obligated
18.59 billion
18,588,147,794.99
Award Actions
383,675
Average Action Value
48,447.63

About Oregon federal contract activity

This page summarizes last 10 years of federal contract activity associated with Oregon. Based on the current FPDS Query dataset, this geography shows 18.59 billion in visible obligations across 383,675 award actions, with an average action value of 48,447.63. 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 10 years. The visible agency ranking is led by DEPT OF THE ARMY, with 3.94 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 10 years. The current ranking is led by VIGOR MARINE LLC, with 1.42 billion in obligations, followed by VIGOR WORKS 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 10 years, from 2016 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 10 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 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
2100 DEPT OF THE ARMY 3,937,499,589.63 3.94 billion 11,884
12C2 FOREST SERVICE 3,149,929,765.45 3.15 billion 51,999
1700 DEPT OF THE NAVY 2,233,695,558.79 2.23 billion 6,996
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,218,644,525.37 1.22 billion 15,536
97AS DEFENSE LOGISTICS AGENCY 1,212,292,427.50 1.21 billion 230,930
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 561,325,612.88 561.33 million 36
1422 BUREAU OF LAND MANAGEMENT 521,175,728.32 521.18 million 11,181
6938 MARITIME ADMINISTRATION 491,536,811.06 491.54 million 1,499
6925 FEDERAL HIGHWAY ADMINISTRATION 431,232,559.82 431.23 million 1,642
5700 DEPT OF THE AIR FORCE 349,444,538.39 349.44 million 1,262

Insight

Oregon contract activity over the last 10 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 10 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 1,417,196,195.05 1.42 billion 911
VIGOR WORKS LLC 5Y009 616,380,516.42 616.38 million 462
EPIC AVIATION, LLC 3AYN0 581,999,606.92 582.00 million 127,739
SIGA TECHNOLOGIES, INC. 1V4X4 558,778,969.69 558.78 million 30
FLIR SURVEILLANCE, INC. 6TCQ5 260,392,033.28 260.39 million 544
TOTE SERVICES, LLC 0B1X4 242,623,624.93 242.62 million 776
GALOIS, INC. 1NCT1 228,587,413.65 228.59 million 414
ACTION FINANCIAL 6JJV2 217,477,552.06 217.48 million 55
COLUMBIA HELICOPTERS, INC. 7W206 215,372,045.09 215.37 million 257
IDENTITY THEFT GUARD SOLUTIONS, INC. 4HQH5 203,002,353.14 203.00 million 132

Insight

Visible obligations in Oregon over the last 10 years appear concentrated among a relatively small set of leading vendors. VIGOR MARINE LLC ranks first, followed by VIGOR WORKS 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 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
336611 SHIP BUILDING AND REPAIRING 2,222,636,943.65 2.22 billion 2,429
115310 SUPPORT ACTIVITIES FOR FORESTRY 1,820,574,905.36 1.82 billion 32,940
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 1,592,398,755.98 1.59 billion 1,691
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 1,002,134,711.50 1.00 billion 3,211
324110 PETROLEUM REFINERIES 702,909,953.68 702.91 million 142,377
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 560,079,996.79 560.08 million 95
237310 HIGHWAY, STREET, AND BRIDGE CONSTRUCTION 556,362,453.46 556.36 million 2,502
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 530,410,743.01 530.41 million 1,494
483111 DEEP SEA FREIGHT TRANSPORTATION 473,453,312.35 473.45 million 1,434
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 377,546,829.43 377.55 million 1,295

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Oregon over the last 10 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 10 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,969,594,336.42 1.97 billion 29,715
J999 NON-NUCLEAR SHIP REPAIR (WEST) 1,344,337,402.29 1.34 billion 1,355
9130 LIQUID PROPELLANTS AND FUELS, PETROLEUM BASE 633,123,578.07 633.12 million 141,671
AN13 HEALTH R&D SERVICES; HEALTH CARE SERVICES; EXPERIMENTAL DEVELOPMENT 565,571,723.70 565.57 million 36
Z2KA REPAIR OR ALTERATION OF DAMS 535,089,917.52 535.09 million 852
Y1KF CONSTRUCTION OF DREDGING FACILITIES 526,438,934.20 526.44 million 240
M1PZ OPERATION OF OTHER NON-BUILDING FACILITIES 473,503,002.35 473.50 million 1,432
Y1LB CONSTRUCTION OF HIGHWAYS, ROADS, STREETS, BRIDGES, AND RAILWAYS 446,581,618.69 446.58 million 1,110
1990 MISCELLANEOUS VESSELS 421,160,631.07 421.16 million 98
Z2KZ REPAIR OR ALTERATION OF OTHER CONSERVATION AND DEVELOPMENT FACILITIES 313,319,210.64 313.32 million 51

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Oregon over the last 10 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 10 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
2020 2,000,377,484.50 2.00 billion 49,430
2019 1,329,976,266.12 1.33 billion 43,003
2018 1,595,763,930.59 1.60 billion 48,146
2017 1,653,208,254.74 1.65 billion 36,267
2016 1,250,875,252.80 1.25 billion 32,048

Insight

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