Federal Agency

ANIMAL AND PLANT HEALTH INSPECTION SERVICE Federal Contract Obligations (Last 10 Years)

Federal procurement profile for the Animal and Plant Health Inspection Service (12K3) covering obligations, awards, vendors, NAICS mix, and yearly trends over the last 10 years.

Over the last 10 years, the Animal and Plant Health Inspection Service recorded 36,936 award actions and $2.50 billion in obligated funding, with an average action value of $67,738.35. The agency’s spending is concentrated in IT services, biological product manufacturing, and laboratory instrument manufacturing, alongside recurring awards to vendors such as Accenture Federal Services LLC and Boehringer Ingelheim Animal Health France.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual figures shown here include 2021 through 2025 and are based on obligated amounts and award counts in the provided analysis window.

Agency ID
12K3
Total Obligated
2.50 billion
2,501,984,015.24
Award Actions
36,936
Average Action Value
67,738.35

About ANIMAL AND PLANT HEALTH INSPECTION SERVICE federal contract activity

Over the last 10 years, the ANIMAL AND PLANT HEALTH INSPECTION SERVICE recorded $2.50 billion in obligated contract spending across 36,936 awards, for an average award value of $67,738.35. The volume of awards indicates a broad procurement footprint with relatively modest average transaction size, consistent with a mix of recurring service buys and specialized acquisitions.

Vendor concentration and leading contractors

Spending is concentrated among a small set of vendors, led by ACCENTURE FEDERAL SERVICES LLC at $85.38 million across 133 awards and BOEHRINGER INGELHEIM ANIMAL HEALTH FRANCE at $81.16 million across 18 awards. DYNAMIC AVIATION GROUP, INC., ARLLUK TECHNOLOGY SOLUTIONS, LLC, and MIPPS LLC also appear as material recipients, suggesting a vendor base spanning IT services, aviation support, and mission-specific technical support.

Industry profile based on NAICS activity

The largest NAICS category is 541519 OTHER COMPUTER RELATED SERVICES at $330.19 million and 2,386 awards, followed by 541512 COMPUTER SYSTEMS DESIGN SERVICES at $212.77 million and 628 awards. Biological product manufacturing (325414), custom programming services (541511), and analytical laboratory instrument manufacturing (334516) round out the top categories, indicating a procurement mix centered on IT, biologics, and laboratory/technical capabilities.

Annual contract trend over the analysis window

Annual obligations in the available recent years remained elevated, ranging from $242.17 million in 2021 to a peak of $336.87 million in 2023. Spending then declined to $269.63 million in 2024 before rising to $296.35 million in 2025, while award counts varied from 2,227 to 3,371, showing fluctuations in transaction volume alongside relatively stable high-dollar activity.

How to interpret this page

This summary is based on FPDS Query data for agency ID 12K3 over the last 10 years. Metrics reflect obligated dollars, award counts, vendor totals, NAICS-level totals, and annual trends as reported in the provided dataset; values are aggregated from procurement records and rounded where shown as readable amounts.

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 = '12K3'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
ACCENTURE FEDERAL SERVICES LLC 85,379,380.42 85.38 million 133
BOEHRINGER INGELHEIM ANIMAL HEALTH FRANCE 81,157,500.00 81.16 million 18
DYNAMIC AVIATION GROUP, INC. 49,019,690.25 49.02 million 192
ARLLUK TECHNOLOGY SOLUTIONS, LLC 45,986,881.57 45.99 million 86
MIPPS LLC 42,245,823.99 42.25 million 31
MERRICK & COMPANY 36,485,688.54 36.49 million 198
JIMENEZ ENGINEERING SOLUTIONS, LLC 34,990,871.13 34.99 million 164
DEAN SNYDER CONSTRUCTION CO. 32,783,096.00 32.78 million 2
FCN, INC. 27,211,007.78 27.21 million 131
BUCHANAN CONSULTING SERVICES, LLC 24,987,731.81 24.99 million 293

Insight

Over the last 10 years, APHIS obligated $2.50 billion across 36,936 awards, with an average award value of $67,738.35, indicating a broad base of relatively small transactions. The top 10 vendors each account for between $24.99 million and $85.38 million, and the leading vendor, Accenture Federal Services LLC, represents about 3.4% of total obligations, suggesting no single-vendor dominance in this segment. Award counts among top vendors vary widely, from 2 awards to 293 awards, which points to mixed procurement patterns spanning both concentrated high-dollar actions and frequent lower-dollar awards.

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 = '12K3'
        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
541519 OTHER COMPUTER RELATED SERVICES 330,193,638.70 330.19 million 2,386
541512 COMPUTER SYSTEMS DESIGN SERVICES 212,771,486.07 212.77 million 628
325414 BIOLOGICAL PRODUCT (EXCEPT DIAGNOSTIC) MANUFACTURING 199,724,053.85 199.72 million 216
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 164,544,945.29 164.54 million 624
334516 ANALYTICAL LABORATORY INSTRUMENT MANUFACTURING 110,848,802.99 110.85 million 2,981
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 98,024,115.53 98.02 million 349
541940 VETERINARY SERVICES 90,328,733.63 90.33 million 2,683
561730 LANDSCAPING SERVICES 64,769,082.10 64.77 million 1,515
511210 SOFTWARE PUBLISHERS 59,006,509.76 59.01 million 536
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 54,367,635.76 54.37 million 49

Insight

Over the last 10 years, ANIMAL AND PLANT HEALTH INSPECTION SERVICE obligated $2.50 billion across 36,936 awards, with the top 10 NAICS codes accounting for a substantial share of that activity. Obligations are concentrated in IT-related services, led by NAICS 541519 (Other Computer Related Services) at $330.19 million, followed by 541512, 541511, and 511210, indicating a significant portion of spending on systems, programming, and software support. Biological and laboratory-related categories also rank high, including 325414 and 334516, while 541940 and 561730 show recurring spending in veterinary and landscaping services.

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 = '12K3'
        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 296,347,438.59 296.35 million 2,227
2024 269,625,969.51 269.63 million 3,371
2023 336,865,229.35 336.87 million 2,967
2022 300,780,308.73 300.78 million 3,319
2021 242,170,649.29 242.17 million 2,988
2020 293,109,139.89 293.11 million 3,902
2019 242,250,726.12 242.25 million 3,823
2018 191,070,308.17 191.07 million 4,277
2017 161,780,085.51 161.78 million 5,100
2016 167,984,160.08 167.98 million 4,962

Insight

Over the last 10 years, ANIMAL AND PLANT HEALTH INSPECTION SERVICE obligated $2.50 billion across 36,936 awards, averaging $67,738 per award. Annual obligations were relatively stable in the $161.78 million to $336.87 million range, with a low in 2017 and a peak in 2023. Award volume was highest in 2017 (5,100) and generally declined in later years, while obligations remained elevated, indicating a shift toward fewer, larger awards in recent years.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.