Geography

Florida Federal Contract Obligations (Last 5 Years)

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

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

Generated at 03/15/2026

Analysis period: Last 5 years

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.

State Code
FL
State
Florida
Total Obligated
145.94 billion
145,943,466,012.94
Award Actions
1,148,259
Average Action Value
127,099.77

About Florida federal contract activity

This page summarizes last 5 years of federal contract activity associated with Florida. Based on the current FPDS Query dataset, this geography shows 145.94 billion in visible obligations across 1,148,259 award actions, with an average action value of 127,099.77. 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 Florida appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE NAVY, with 33.93 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 Florida over the last 5 years. The current ranking is led by LOCKHEED MARTIN CORP, with 11.67 billion in obligations, followed by NORTHROP GRUMMAN SYSTEMS CORPORATION. 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 Florida 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 = 'FL'
        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
1700 DEPT OF THE NAVY 33,931,804,046.32 33.93 billion 44,850
5700 DEPT OF THE AIR FORCE 29,023,796,923.08 29.02 billion 42,422
2100 DEPT OF THE ARMY 28,595,771,062.32 28.60 billion 25,858
97AS DEFENSE LOGISTICS AGENCY 10,042,341,955.16 10.04 billion 818,870
3600 VETERANS AFFAIRS, DEPARTMENT OF 7,551,029,552.62 7.55 billion 32,876
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 6,802,154,009.22 6.80 billion 9,263
4732 FEDERAL ACQUISITION SERVICE 6,421,912,874.41 6.42 billion 83,032
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 5,043,728,673.60 5.04 billion 6,160
9776 USTRANSCOM 1,929,572,800.13 1.93 billion 664
6920 FEDERAL AVIATION ADMINISTRATION 1,577,171,390.00 1.58 billion 2,892

Insight

Florida contract activity over the last 5 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, 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 = 'FL'
        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
LOCKHEED MARTIN CORP 04939 11,667,551,932.77 11.67 billion 451
NORTHROP GRUMMAN SYSTEMS CORPORATION 70974 7,832,949,389.68 7.83 billion 4,022
LOCKHEED MARTIN CORPORATION 7X6A9 7,386,550,246.54 7.39 billion 452
LOCKHEED MARTIN CORPORATION 04939 7,189,707,375.47 7.19 billion 3,302
LOYAL SOURCE GOVERNMENT SERVICES LLC 5JN54 3,188,318,561.35 3.19 billion 235
ABBOTT RAPID DX NORTH AMERICA, LLC 5C4F2 3,053,054,705.88 3.05 billion 1,938
LOCKHEED MARTIN CORPORATION 16331 3,011,148,326.41 3.01 billion 4,870
SPACE EXPLORATION TECHNOLOGIES CORP. 3BVL8 2,896,717,035.88 2.90 billion 68
GLOBAL MILITARY PRODUCTS, INC. 5XLF9 2,220,215,477.50 2.22 billion 55
DRS NETWORK & IMAGING SYSTEMS, LLC 32865 2,094,234,028.10 2.09 billion 1,596

Insight

Visible obligations in Florida over the last 5 years appear concentrated among a relatively small set of leading vendors. LOCKHEED MARTIN CORP ranks first, followed by NORTHROP GRUMMAN SYSTEMS CORPORATION, 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 = 'FL'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 22,443,265,614.85 22.44 billion 1,940
541330 ENGINEERING SERVICES 11,777,373,753.22 11.78 billion 17,647
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 8,078,221,868.13 8.08 billion 28,743
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 8,060,636,100.50 8.06 billion 11,264
336411 AIRCRAFT MANUFACTURING 7,396,751,368.09 7.40 billion 3,398
541512 COMPUTER SYSTEMS DESIGN SERVICES 4,892,963,311.41 4.89 billion 3,614
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 4,669,403,077.46 4.67 billion 1,074
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 4,566,313,396.23 4.57 billion 7,977
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,110,335,205.35 4.11 billion 6,947
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 3,387,558,501.81 3.39 billion 1,790

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Florida 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 = 'FL'
        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
1425 GUIDED MISSILE SYSTEMS, COMPLETE 10,623,750,756.58 10.62 billion 1,251
1420 GUIDED MISSILE COMPONENTS 6,738,745,634.14 6.74 billion 418
1510 AIRCRAFT, FIXED WING 6,480,160,141.83 6.48 billion 1,035
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 5,631,528,647.84 5.63 billion 8,098
R499 SUPPORT- PROFESSIONAL: OTHER 4,732,165,518.66 4.73 billion 7,296
1410 GUIDED MISSILES 4,557,643,463.25 4.56 billion 539
Y1JZ CONSTRUCTION OF MISCELLANEOUS BUILDINGS 3,577,092,216.62 3.58 billion 2,650
Q403 MEDICAL- EVALUATION/SCREENING 3,176,870,014.36 3.18 billion 230
V126 TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: SPACE TRANSPORTATION/LAUNCH 2,935,603,487.47 2.94 billion 133
J069 MAINT/REPAIR/REBUILD OF EQUIPMENT- TRAINING AIDS AND DEVICES 2,915,233,154.95 2.92 billion 2,110

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Florida 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 = 'FL'
        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 32,750,525,256.14 32.75 billion 242,064
2024 30,692,036,026.21 30.69 billion 235,733
2023 29,998,422,918.64 30.00 billion 224,920
2022 26,300,009,917.39 26.30 billion 219,797
2021 26,202,471,894.56 26.20 billion 225,745

Insight

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