Federal Agency

FOOD AND DRUG ADMINISTRATION Federal Contract Obligations (Last Year)

Food and Drug Administration procurement data for the last full year shows 3,938 award actions totaling $1.37 billion.

In the last full year, the Food and Drug Administration recorded 3,938 award actions with total obligations of $1,366,570,329.85 and an average action value of $347,021.41. Spending was concentrated in IT and management support, led by NAICS 541519, 541611, 541512, 541511, and 541990.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the selected analysis window and may include multiple award actions across the same vendors and NAICS categories.

Agency ID
7524
Total Obligated
1.37 billion
1,366,570,329.85
Award Actions
3,938
Average Action Value
347,021.41

About FOOD AND DRUG ADMINISTRATION federal contract activity

In the last full year, FOOD AND DRUG ADMINISTRATION (Agency ID 7524) obligated 1.37 billion across 3,938 awards, for an average award value of 347,021.41. The profile reflects a high-volume procurement environment with significant spend concentrated in services and information technology-related categories.

Vendor concentration and leading contractors

DELOITTE CONSULTING LLP was the largest vendor by obligated dollars at 114.66 million across 64 awards. The remaining top vendors included PERATON ENTERPRISE SOLUTIONS LLC at 56.43 million on 2 awards, BOOZ ALLEN HAMILTON INC. at 55.59 million on 69 awards, TRUE NORTH COMMUNICATIONS INC. at 51.15 million on 6 awards, and REI SYSTEMS, INC. at 42.24 million on 5 awards.

Industry profile based on NAICS activity

The largest NAICS category was 541519, Other Computer Related Services, at 230.70 million across 444 awards. Other major categories were 541611, Administrative Management and General Management Consulting Services, at 224.32 million across 505 awards; 541512, Computer Systems Design Services, at 177.50 million across 157 awards; 541511, Custom Computer Programming Services, at 161.29 million across 221 awards; and 541990, All Other Professional, Scientific, and Technical Services, at 88.36 million across 286 awards.

Annual contract trend over the analysis window

The annual trend shows 2025 as the only year in the provided window, with 1.37 billion obligated across 3,938 awards. Because only one annual data point is available, the dataset supports level analysis rather than year-over-year comparison.

How to interpret this page

This page summarizes FPDS Query obligations for FOOD AND DRUG ADMINISTRATION using the last full year available in the dataset. Vendor and NAICS rankings are based on total obligated dollars, while award counts and average award value are reported as provided in the source metrics.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '7524'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
DELOITTE CONSULTING LLP 114,656,770.97 114.66 million 64
PERATON ENTERPRISE SOLUTIONS LLC 56,434,037.00 56.43 million 2
BOOZ ALLEN HAMILTON INC. 55,590,399.02 55.59 million 69
TRUE NORTH COMMUNICATIONS INC. 51,153,844.96 51.15 million 6
REI SYSTEMS, INC. 42,244,582.83 42.24 million 5
KAIVA STRATEGIES, LLC 38,615,730.59 38.62 million 72
VETS SYNERGETIC GROUP LLC 38,588,441.68 38.59 million 73
INTERNATIONAL CONSULTING ASSOCIATES INC 29,572,362.91 29.57 million 9
PRECISE SOFTWARE SOLUTIONS, INC. 29,263,140.26 29.26 million 52
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 25,706,969.24 25.71 million 4

Insight

During the last full year, FDA obligated $1.37 billion across 3,938 awards, with an average award value of $347,021.41. Top vendors are moderately concentrated: the leading supplier, Deloitte Consulting LLP, received $114.66 million, while the next nine vendors each received between $25.71 million and $56.43 million, indicating a fairly broad distribution among major service contractors. Award volume is more dispersed than dollar value, with vendors such as Vets Synergetic Group LLC (73 awards), Kaiva Strategies, LLC (72), and Booz Allen Hamilton Inc. (69) receiving high counts on comparatively moderate obligations.

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__purchaserInformation__contractingOfficeAgencyID = '7524'
        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
541519 OTHER COMPUTER RELATED SERVICES 230,702,047.52 230.70 million 444
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 224,319,527.52 224.32 million 505
541512 COMPUTER SYSTEMS DESIGN SERVICES 177,499,209.20 177.50 million 157
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 161,285,061.17 161.29 million 221
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 88,360,913.50 88.36 million 286
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 59,285,474.66 59.29 million 73
923120 ADMINISTRATION OF PUBLIC HEALTH PROGRAMS 57,449,369.78 57.45 million 262
541810 ADVERTISING AGENCIES 51,153,844.96 51.15 million 8
511210 SOFTWARE PUBLISHERS 42,914,716.11 42.91 million 44
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 27,441,482.71 27.44 million 40

Insight

FDA’s last full year obligations of 1.37 billion were concentrated in IT and management support NAICS codes. The top five categories—541519, 541611, 541512, 541511, and 541990—accounted for 881.16 million combined, or roughly 64% of total obligations, indicating a strong emphasis on computer-related services and consulting. Award activity was broader than obligation concentration, with 3,938 awards and an average award value of 347,021.41; 541611 had the most awards (505), while 541810 generated 51.15 million across only 8 awards, indicating a small number of higher-value actions in that category.

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__purchaserInformation__contractingOfficeAgencyID = '7524'
        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,366,570,329.85 1.37 billion 3,938

Insight

For the last full year, the Food and Drug Administration obligated $1.37 billion across 3,938 awards, for an average award value of $347,021.41. With only one annual data point provided for 2025, this section indicates the current annual level of spending and award activity but does not support a year-over-year trend assessment. The combination of a relatively large total obligation and a high award count suggests obligations were distributed across many actions rather than concentrated in a small number of awards.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.