Use this page to review federal contract obligations in Kansas for last 5 years. The analysis is based on FPDS award-action data.
Geography
Kansas Federal Contract Obligations (Last 5 Years)
This page summarizes federal contract obligations in Kansas for last 5 years, including award volume and market trend context.
All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.
About Kansas federal contract activity
This page summarizes last 5 years of federal contract activity associated with Kansas. Based on the current FPDS Query dataset, this geography shows 16.98 billion in visible obligations across 194,286 award actions, with an average action value of 87,384.54. 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 Kansas appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, with 6.99 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 Kansas over the last 5 years. The current ranking is led by CERNER GOVERNMENT SERVICES, INC., with 5.55 billion in obligations, followed by TEXTRON AVIATION 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 Kansas across the last 5 years, from 2021 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 5 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 = 'KS'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 6,986,225,285.75 | 6.99 billion | 5,315 |
| 2100 | DEPT OF THE ARMY | 3,136,959,176.27 | 3.14 billion | 10,489 |
| 97AS | DEFENSE LOGISTICS AGENCY | 1,905,453,756.78 | 1.91 billion | 74,314 |
| 5700 | DEPT OF THE AIR FORCE | 1,334,159,933.31 | 1.33 billion | 2,878 |
| 1700 | DEPT OF THE NAVY | 921,529,571.62 | 921.53 million | 1,292 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 834,159,572.14 | 834.16 million | 839 |
| 6800 | ENVIRONMENTAL PROTECTION AGENCY | 213,759,385.33 | 213.76 million | 1,700 |
| 12H2 | AGRICULTURAL RESEARCH SERVICE | 210,192,289.38 | 210.19 million | 1,205 |
| 12K2 | AGRICULTURAL MARKETING SERVICE | 166,528,032.24 | 166.53 million | 322 |
| 8000 | NATIONAL AERONAUTICS AND SPACE ADMINISTRATION | 102,682,184.92 | 102.68 million | 722 |
Insight
Kansas contract activity over the last 5 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, 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 = 'KS'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| CERNER GOVERNMENT SERVICES, INC. | 7YVP7 | 5,550,425,927.74 | 5.55 billion | 496 |
| TEXTRON AVIATION INC. | 7EK50 | 1,058,153,810.48 | 1.06 billion | 248 |
| GENERAL ELECTRIC COMPANY | 07482 | 813,356,352.30 | 813.36 million | 110 |
| TEXTRON AVIATION DEFENSE LLC | 6CFY2 | 438,905,743.23 | 438.91 million | 497 |
| LEARJET INC. | 24210 | 391,055,481.50 | 391.06 million | 79 |
| NORTHROP GRUMMAN SYSTEMS CORPORATION | 5FVX5 | 340,909,541.77 | 340.91 million | 63 |
| LEADING TECHNOLOGY COMPOSITES, INC. | 1FKY1 | 304,201,372.32 | 304.20 million | 178 |
| GENERAL ELECTRIC COMPANY | 99207 | 297,433,135.79 | 297.43 million | 179 |
| LANE CONSTRUCTION CORPORATION, THE | 8J160 | 277,335,851.08 | 277.34 million | 86 |
| FEDERAL EXPRESS CORPORATION | 01FJ4 | 256,936,581.87 | 256.94 million | 76 |
Insight
Visible obligations in Kansas over the last 5 years appear concentrated among a relatively small set of leading vendors. CERNER GOVERNMENT SERVICES, INC. ranks first, followed by TEXTRON AVIATION 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 = 'KS'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 | 5,566,156,765.03 | 5.57 billion | 594 |
| 336411 | AIRCRAFT MANUFACTURING | 1,744,405,057.37 | 1.74 billion | 1,030 |
| 336412 | AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING | 1,093,671,494.77 | 1.09 billion | 265 |
| 236220 | COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION | 1,027,855,603.53 | 1.03 billion | 2,100 |
| 237990 | OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION | 459,941,966.85 | 459.94 million | 419 |
| 492110 | COURIERS AND EXPRESS DELIVERY SERVICES | 418,260,401.60 | 418.26 million | 237 |
| 541519 | OTHER COMPUTER RELATED SERVICES | 391,614,909.15 | 391.61 million | 635 |
| 488111 | AIR TRAFFIC CONTROL | 377,234,917.74 | 377.23 million | 198 |
| 541330 | ENGINEERING SERVICES | 342,850,685.91 | 342.85 million | 1,165 |
| 336413 | OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING | 342,567,265.87 | 342.57 million | 14,486 |
Insight
The top-NAICS table highlights the industries with the largest visible obligations in Kansas over the last 5 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 = 'KS'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| DA01 | IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) | 3,136,247,008.39 | 3.14 billion | 347 |
| 1510 | AIRCRAFT, FIXED WING | 1,581,090,146.76 | 1.58 billion | 312 |
| D318 | IT AND TELECOM- INTEGRATED HARDWARE/SOFTWARE/SERVICES SOLUTIONS, PREDOMINANTLY SERVICES | 1,498,055,333.24 | 1.50 billion | 121 |
| 2840 | GAS TURBINES AND JET ENGINES, AIRCRAFT, PRIME MOVING; AND COMPONENTS | 950,576,903.48 | 950.58 million | 239 |
| 8470 | ARMOR, PERSONAL | 471,455,519.70 | 471.46 million | 211 |
| V112 | TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MOTOR FREIGHT | 413,486,567.93 | 413.49 million | 184 |
| D399 | IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS | 389,405,260.03 | 389.41 million | 191 |
| 7A21 | IT AND TELECOM - BUSINESS APPLICATION SOFTWARE (PERPETUAL LICENSE SOFTWARE) | 378,989,425.12 | 378.99 million | 152 |
| M1BA | OPERATION OF AIR TRAFFIC CONTROL TOWERS | 377,237,642.84 | 377.24 million | 197 |
| R799 | SUPPORT- MANAGEMENT: OTHER | 346,110,082.72 | 346.11 million | 182 |
Insight
The top-PSC table highlights the product and service codes with the largest visible obligations in Kansas over the last 5 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 = 'KS'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 3,059,773,673.25 | 3.06 billion | 30,957 |
| 2024 | 3,465,486,787.60 | 3.47 billion | 36,495 |
| 2023 | 3,289,753,268.44 | 3.29 billion | 42,375 |
| 2022 | 4,084,011,931.32 | 4.08 billion | 42,580 |
| 2021 | 3,078,567,708.75 | 3.08 billion | 41,879 |
Insight
The annual trend shows how obligations in Kansas moved across the last 5 years, from 2021 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.