Geography

Washington Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Washington 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
WA
State
Washington
Total Obligated
15.86 billion
15,863,983,005.32
Award Actions
110,014
Average Action Value
144,199.67

About Washington federal contract activity

This page summarizes last full year of federal contract activity associated with Washington. Based on the current FPDS Query dataset, this geography shows 15.86 billion in visible obligations across 110,014 award actions, with an average action value of 144,199.67. 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 Washington appears concentrated among a relatively small group of federal buyers over the last full year. The visible agency ranking is led by ENERGY, DEPARTMENT OF, with 4.44 billion in obligations, followed by DEPT OF THE AIR FORCE. 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 Washington over the last full year. The current ranking is led by THE BOEING COMPANY, with 4.58 billion in obligations, followed by BATTELLE MEMORIAL INSTITUTE. 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 Washington 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 = 'WA'
        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
8900 ENERGY, DEPARTMENT OF 4,437,030,295.22 4.44 billion 750
5700 DEPT OF THE AIR FORCE 3,777,418,520.09 3.78 billion 709
1700 DEPT OF THE NAVY 3,318,066,884.81 3.32 billion 3,879
2100 DEPT OF THE ARMY 923,911,141.09 923.91 million 2,497
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 800,147,123.17 800.15 million 315
97AS DEFENSE LOGISTICS AGENCY 464,569,318.40 464.57 million 61,366
3600 VETERANS AFFAIRS, DEPARTMENT OF 325,769,605.30 325.77 million 2,184
12C2 FOREST SERVICE 279,393,065.59 279.39 million 2,961
7008 U.S. COAST GUARD 278,856,934.79 278.86 million 809
97DH DEFENSE HEALTH AGENCY (DHA) 208,096,774.78 208.10 million 173

Insight

Washington contract activity over the last full year appears concentrated among a relatively small group of buying agencies. The visible ranking is led by ENERGY, DEPARTMENT OF, followed by DEPT OF THE AIR FORCE, 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 = 'WA'
        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
THE BOEING COMPANY 81205 4,575,723,677.05 4.58 billion 1,117
BATTELLE MEMORIAL INSTITUTE 1A453 1,571,767,729.15 1.57 billion 62
HANFORD TANK WASTE OPERATIONS & CLOSURE, LLC 94PD1 1,049,227,450.21 1.05 billion 19
BECHTEL NATIONAL, INC 1S307 979,192,611.19 979.19 million 29
BLUE ORIGIN LLC 5VWN7 767,073,719.65 767.07 million 16
CENTRAL PLATEAU CLEANUP COMPANY LLC 86TK6 614,354,275.85 614.35 million 62
KIEWIT-ALBERICI SIOP MACC, AJV 93YF7 380,800,000.00 380.80 million 4
PACMED CLINICS 1PXF3 181,430,175.14 181.43 million 13
AMAZON WEB SERVICES, INC. 66EB1 177,987,198.35 177.99 million 102
METRO MACHINE CORP. 7ACR2 171,087,861.39 171.09 million 68

Insight

Visible obligations in Washington over the last full year appear concentrated among a relatively small set of leading vendors. THE BOEING COMPANY ranks first, followed by BATTELLE MEMORIAL INSTITUTE, 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 = 'WA'
        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
336411 AIRCRAFT MANUFACTURING 4,587,893,802.35 4.59 billion 363
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 1,571,767,729.15 1.57 billion 62
562211 HAZARDOUS WASTE TREATMENT AND DISPOSAL 1,068,992,218.03 1.07 billion 1,029
234930 INDUSTRIAL NONBUILDING STRUCTURE CONSTRUCTION 979,192,611.19 979.19 million 29
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 952,311,799.37 952.31 million 835
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 906,445,877.66 906.45 million 398
562910 REMEDIATION SERVICES 816,933,052.81 816.93 million 364
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 635,485,598.51 635.49 million 346
541330 ENGINEERING SERVICES 361,170,391.21 361.17 million 1,041
336611 SHIP BUILDING AND REPAIRING 348,296,942.20 348.30 million 553

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Washington 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 = 'WA'
        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
1510 AIRCRAFT, FIXED WING 3,826,802,074.03 3.83 billion 179
M181 OPER OF GOVT R&D GOCO FACILITIES 1,571,767,729.15 1.57 billion 62
M1PD OPERATION OF WASTE TREATMENT AND STORAGE FACILITIES 1,049,514,454.21 1.05 billion 21
Y181 CONSTRUCT/R&D - GOCO FACILITIES 979,192,611.19 979.19 million 29
AR12 SPACE R&D SERVICES; SPACE FLIGHT, RESEARCH AND SUPPORTING ACTIVITIES; APPLIED RESEARCH 767,073,719.65 767.07 million 16
1560 AIRFRAME STRUCTURAL COMPONENTS 674,374,262.48 674.37 million 2,445
Z1PD MAINTENANCE OF WASTE TREATMENT AND STORAGE FACILITIES 614,407,867.85 614.41 million 63
Z2ED REPAIR OR ALTERATION OF SHIP CONSTRUCTION AND REPAIR FACILITIES 421,590,078.98 421.59 million 85
Y1JZ CONSTRUCTION OF MISCELLANEOUS BUILDINGS 383,264,401.14 383.26 million 123
J999 NON-NUCLEAR SHIP REPAIR (WEST) 291,953,793.82 291.95 million 335

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Washington 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 = 'WA'
        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 15,863,983,005.32 15.86 billion 110,014

Insight

The annual trend shows how obligations in Washington 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.