Geography

Nebraska Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Nebraska 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
NE
State
Nebraska
Total Obligated
1.33 billion
1,334,891,622.43
Award Actions
20,634
Average Action Value
64,693.78

About Nebraska federal contract activity

This page summarizes last full year of federal contract activity associated with Nebraska. Based on the current FPDS Query dataset, this geography shows 1.33 billion in visible obligations across 20,634 award actions, with an average action value of 64,693.78. 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 full year. The visible agency ranking is led by DEPT OF THE AIR FORCE, with 372.65 million in obligations, followed by VETERANS AFFAIRS, DEPARTMENT OF. 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 full year. The current ranking is led by NELNET SERVICING LLC, with 186.48 million 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 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 = 'NE'
        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
5700 DEPT OF THE AIR FORCE 372,652,196.88 372.65 million 1,076
3600 VETERANS AFFAIRS, DEPARTMENT OF 207,427,180.59 207.43 million 600
2100 DEPT OF THE ARMY 199,522,785.48 199.52 million 530
9100 EDUCATION, DEPARTMENT OF 186,535,697.63 186.54 million 15
1900 STATE, DEPARTMENT OF 103,190,577.77 103.19 million 64
4732 FEDERAL ACQUISITION SERVICE 87,026,606.61 87.03 million 40
97AS DEFENSE LOGISTICS AGENCY 26,276,208.94 26.28 million 16,545
12K2 AGRICULTURAL MARKETING SERVICE 21,255,896.19 21.26 million 101
1700 DEPT OF THE NAVY 10,411,693.38 10.41 million 83
1524 DRUG ENFORCEMENT ADMINISTRATION 8,444,043.89 8.44 million 121

Insight

Nebraska 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 AIR FORCE, followed by VETERANS AFFAIRS, DEPARTMENT OF, 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 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
NELNET SERVICING LLC 5JZQ5 186,478,882.48 186.48 million 12
METGREEN SOLUTIONS INC 77T85 174,229,512.34 174.23 million 110
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 80,866,624.00 80.87 million 5
ALL NATIVE SYNERGIES COMPANY 74CW6 72,261,798.77 72.26 million 8
PERATON ENTERPRISE SOLUTIONS LLC 1U305 66,260,513.12 66.26 million 170
HENDRICKSON TRANSPORTATION LLC 6H9B8 43,724,248.60 43.72 million 1
EA-BAKER PARTNERS JV 9PJ89 31,938,929.00 31.94 million 1
HCI MANAGEMENT SERVICES COMPANY 6FV02 31,492,320.16 31.49 million 51
PERATON INC. 0HD54 26,614,727.92 26.61 million 17
APOGEE ENGINEERING, LLC 35CZ6 26,296,680.97 26.30 million 23

Insight

Visible obligations in Nebraska over the last full year 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 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 231,608,702.97 231.61 million 249
522390 OTHER ACTIVITIES RELATED TO CREDIT INTERMEDIATION 186,390,471.63 186.39 million 13
541519 OTHER COMPUTER RELATED SERVICES 185,233,760.91 185.23 million 180
541330 ENGINEERING SERVICES 125,610,893.62 125.61 million 299
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 74,072,624.42 74.07 million 19
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 66,055,352.06 66.06 million 315
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 51,118,903.89 51.12 million 30
561210 FACILITIES SUPPORT SERVICES 41,363,766.77 41.36 million 114
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 30,976,636.48 30.98 million 108
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 28,052,439.22 28.05 million 31

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Nebraska 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 = 'NE'
        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
R710 SUPPORT- MANAGEMENT: FINANCIAL 186,390,471.63 186.39 million 13
DA10 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SOFTWARE AS A SERVICE 153,653,788.55 153.65 million 42
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 135,406,581.97 135.41 million 233
DG01 IT AND TELECOM - NETWORK SUPPORT SERVICES (LABOR) 81,077,214.99 81.08 million 12
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 73,686,527.13 73.69 million 29
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 65,478,734.98 65.48 million 150
C219 ARCHITECT AND ENGINEERING- GENERAL: OTHER 54,248,653.54 54.25 million 74
R499 SUPPORT- PROFESSIONAL: OTHER 44,175,649.90 44.18 million 71
Y1KB CONSTRUCTION OF CANALS 40,594,647.60 40.59 million 5
R707 SUPPORT- MANAGEMENT: CONTRACT/PROCUREMENT/ACQUISITION SUPPORT 32,810,431.60 32.81 million 47

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Nebraska 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 = 'NE'
        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 1,334,891,622.43 1.33 billion 20,634

Insight

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