Geography

Nebraska Federal Contract Obligations (Last 10 Years)

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

Use this page to review federal contract obligations in Nebraska 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
NE
State
Nebraska
Total Obligated
12.80 billion
12,800,853,680.99
Award Actions
161,533
Average Action Value
79,246.05

About Nebraska federal contract activity

This page summarizes last 10 years of federal contract activity associated with Nebraska. Based on the current FPDS Query dataset, this geography shows 12.80 billion in visible obligations across 161,533 award actions, with an average action value of 79,246.05. 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 Nebraska 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 AIR FORCE, with 4.60 billion in obligations, followed by DEPT OF THE ARMY. 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 Nebraska over the last 10 years. The current ranking is led by NELNET SERVICING, LLC, with 1.57 billion in obligations, followed by METGREEN SOLUTIONS 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 Nebraska 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 = 'NE'
        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
5700 DEPT OF THE AIR FORCE 4,597,381,852.70 4.60 billion 14,066
2100 DEPT OF THE ARMY 1,996,426,872.94 2.00 billion 6,142
9100 EDUCATION, DEPARTMENT OF 1,871,379,361.88 1.87 billion 567
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,468,527,099.64 1.47 billion 8,850
1700 DEPT OF THE NAVY 495,797,112.23 495.80 million 1,449
1900 STATE, DEPARTMENT OF 396,967,904.35 396.97 million 667
12K2 AGRICULTURAL MARKETING SERVICE 357,473,948.45 357.47 million 677
97AS DEFENSE LOGISTICS AGENCY 175,304,141.62 175.30 million 105,923
4732 FEDERAL ACQUISITION SERVICE 124,252,914.61 124.25 million 1,690
2050 INTERNAL REVENUE SERVICE 109,902,612.06 109.90 million 1,203

Insight

Nebraska 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 AIR FORCE, followed by DEPT OF THE ARMY, 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 = 'NE'
        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
NELNET SERVICING, LLC 5JZQ5 1,572,409,778.39 1.57 billion 458
METGREEN SOLUTIONS INC 77T85 726,600,851.04 726.60 million 728
PERSPECTA ENTERPRISE SOLUTIONS LLC 1U305 402,801,823.35 402.80 million 462
TURNER CONSTRUCTION COMPANY 7N326 392,152,823.00 392.15 million 77
NORTHROP GRUMMAN SYSTEMS CORPORATION 5YRP9 333,342,222.34 333.34 million 559
PERATON ENTERPRISE SOLUTIONS LLC 1U305 263,682,924.95 263.68 million 540
WALSH FEDERAL, LLC 6PDH6 262,708,315.00 262.71 million 78
HCI MANAGEMENT SERVICES COMPANY 6FV02 243,582,236.03 243.58 million 452
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 8HQV0 209,716,496.06 209.72 million 115
NELNET SERVICING LLC 5JZQ5 192,598,364.90 192.60 million 13

Insight

Visible obligations in Nebraska over the last 10 years appear concentrated among a relatively small set of leading vendors. NELNET SERVICING, LLC ranks first, followed by METGREEN SOLUTIONS 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 = 'NE'
        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
522390 OTHER ACTIVITIES RELATED TO CREDIT INTERMEDIATION 1,870,250,172.00 1.87 billion 579
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,810,271,097.57 1.81 billion 2,452
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 1,640,563,887.72 1.64 billion 3,561
541330 ENGINEERING SERVICES 1,065,847,636.39 1.07 billion 3,212
541519 OTHER COMPUTER RELATED SERVICES 869,951,855.80 869.95 million 2,114
561210 FACILITIES SUPPORT SERVICES 411,914,961.48 411.91 million 949
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 396,120,168.60 396.12 million 559
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 339,852,801.74 339.85 million 997
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 278,964,868.91 278.96 million 455
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 268,161,147.61 268.16 million 790

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Nebraska 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 = 'NE'
        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
R710 SUPPORT- MANAGEMENT: FINANCIAL 1,873,330,892.08 1.87 billion 555
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 761,495,714.06 761.50 million 1,240
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 694,231,852.67 694.23 million 1,939
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 470,663,970.93 470.66 million 1,133
DA10 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SOFTWARE AS A SERVICE 412,631,720.96 412.63 million 173
D307 IT AND TELECOM- IT STRATEGY AND ARCHITECTURE 399,580,393.75 399.58 million 331
Z1JZ MAINTENANCE OF MISCELLANEOUS BUILDINGS 392,850,127.40 392.85 million 113
Y1AZ CONSTRUCTION OF OTHER ADMINISTRATIVE FACILITIES AND SERVICE BUILDINGS 386,209,494.59 386.21 million 186
R499 SUPPORT- PROFESSIONAL: OTHER 265,462,645.60 265.46 million 1,043
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 263,737,882.42 263.74 million 454

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Nebraska 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 = 'NE'
        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 1,334,891,622.43 1.33 billion 20,634
2024 1,160,315,473.13 1.16 billion 16,101
2023 2,144,636,020.89 2.14 billion 18,574
2022 1,329,317,949.60 1.33 billion 19,646
2021 1,218,422,112.15 1.22 billion 18,386
2020 1,398,627,488.90 1.40 billion 15,289
2019 1,116,364,128.35 1.12 billion 21,011
2018 961,484,173.96 961.48 million 11,228
2017 1,104,508,198.15 1.10 billion 10,597
2016 1,032,286,513.43 1.03 billion 10,067

Insight

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