Federal Agency

FEDERAL TRADE COMMISSION Federal Contract Obligations (Last 10 Years)

Federal Trade Commission FPDS procurement summary for the last 10 years, showing 7,835 award actions and $887.87 million obligated.

This page summarizes Federal Trade Commission procurement activity over the last 10 years using FPDS award data. It highlights total obligations, award volume, leading vendors, principal NAICS categories, and recent annual trends.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect obligated amounts reported in FPDS for Agency ID 2900 and may differ from other agency financial reports.

Agency ID
2900
Total Obligated
887.87 million
887,869,039.95
Award Actions
7,835
Average Action Value
113,320.87

About FEDERAL TRADE COMMISSION federal contract activity

Over the last 10 years, the Federal Trade Commission obligated $887.87 million across 7,835 awards, for an average award value of $113,320.87. The spending profile indicates a high volume of comparatively small-to-mid-sized awards, consistent with an agency that relies on recurring support, professional services, and IT-related procurement.

Vendor concentration and leading contractors

Vendor concentration is led by LEIDOS, INC. at $130.84 million across 145 awards, followed by 1901 GROUP, LLC at $59.60 million and LEIDOS MANAGEMENT SYSTEMS DESIGNERS, INC. at $55.40 million. CRA INTERNATIONAL, INC. stands out for volume with 154 awards, while NETCENTRICS CORPORATION rounds out the top five at $34.54 million, indicating a mix of large program support and recurring service providers.

Industry profile based on NAICS activity

Procurement is dominated by NAICS 541519, Other Computer Related Services, with $317.96 million and 1,477 awards, making IT services the clear core spend category. The next largest categories are consulting and technical services, including NAICS 541611 at $90.88 million, 541690 at $69.73 million, and 541990 at $50.52 million, while NAICS 443120 adds $74.67 million tied to computer and software retail.

Annual contract trend over the analysis window

Recent annual obligations have remained elevated, with $86.31 million in 2021, $90.96 million in 2022, and a peak of $115.85 million in 2023 before moderating to $102.69 million in 2024. Through 2025, obligations total $93.61 million across 1,022 awards, which already exceeds prior-year award counts in the partial period and suggests continued high procurement activity.

How to interpret this page

This summary uses FPDS Query obligations for the Federal Trade Commission (agency ID 2900) over the last 10 years. Totals reflect obligated dollars, award counts, vendor and NAICS aggregates, and annual trend figures exactly as provided in the analysis window; no additional sources or estimates were used.

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 = '2900'
        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
LEIDOS, INC. 130,842,727.64 130.84 million 145
1901 GROUP, LLC 59,598,473.26 59.60 million 63
LEIDOS MANAGEMENT SYSTEMS DESIGNERS, INC. 55,404,172.69 55.40 million 37
CRA INTERNATIONAL, INC. 44,934,116.96 44.93 million 154
NETCENTRICS CORPORATION 34,542,322.23 34.54 million 28
URS FEDERAL SERVICES, INC. 33,425,203.35 33.43 million 22
BATES WHITE, LLC 33,270,028.85 33.27 million 155
COMPLETE DISCOVERY SOURCE INC. 30,566,907.78 30.57 million 38
SEVENTH SENSE CONSULTING, LLC 20,223,841.09 20.22 million 62
LOCKHEED MARTIN MANAGEMENT SYSTEMS DESIGNERS, INC 14,174,869.97 14.17 million 10

Insight

Over the last 10 years, the Federal Trade Commission obligated $887.87 million across 7,835 awards, with an average award value of $113,320.87. Spending is moderately concentrated among a small set of vendors: LEIDOS, INC. leads at $130.84 million, followed by 1901 GROUP, LLC and LEIDOS MANAGEMENT SYSTEMS DESIGNERS, INC., while the top 10 vendors together account for a material share of total obligations. Several vendors also show high award counts relative to dollars obligated, including CRA INTERNATIONAL, INC. (154 awards) and BATES WHITE, LLC (155 awards), indicating a mix of larger-dollar and higher-volume lower-dollar transactions.

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 = '2900'
        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 317,958,743.24 317.96 million 1,477
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 90,878,412.24 90.88 million 831
443120 COMPUTER AND SOFTWARE STORES 74,673,352.80 74.67 million 107
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 69,730,442.98 69.73 million 1,139
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 50,515,576.45 50.52 million 640
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 42,914,020.01 42.91 million 128
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 37,535,034.07 37.54 million 99
541618 OTHER MANAGEMENT CONSULTING SERVICES 25,585,129.70 25.59 million 206
541512 COMPUTER SYSTEMS DESIGN SERVICES 21,040,108.52 21.04 million 183
519190 ALL OTHER INFORMATION SERVICES 20,720,034.79 20.72 million 86

Insight

Over the last 10 years, FEDERAL TRADE COMMISSION obligations total $887.87 million across 7,835 awards, with spending concentrated in a small set of information technology and professional services NAICS codes. NAICS 541519, Other Computer Related Services, is the largest category at $317.96 million across 1,477 awards, representing about 36% of total obligations. The next four categories—541611, 443120, 541690, and 541990—add another $286.37 million, indicating a secondary concentration in management consulting, computer/software, and technical consulting services. Award counts are more dispersed than dollars, with several smaller-dollar NAICS codes generating relatively high award volumes, consistent with a broad service procurement mix.

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 = '2900'
        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 93,613,375.45 93.61 million 1,022
2024 102,689,825.88 102.69 million 668
2023 115,852,544.80 115.85 million 664
2022 90,963,642.02 90.96 million 585
2021 86,309,399.53 86.31 million 568
2020 86,203,584.17 86.20 million 655
2019 79,555,906.96 79.56 million 1,023
2018 81,887,915.25 81.89 million 1,070
2017 71,743,100.57 71.74 million 791
2016 79,049,745.32 79.05 million 789

Insight

Over the last 10 years, FTC obligations totaled $887.87 million across 7,835 awards, averaging $113.3 thousand per award. Obligations were relatively stable in the $71.7 million to $115.9 million range, with a high in 2023 ($115.85 million) and a lower level in 2017 ($71.74 million). Award volume was most concentrated in 2018 and 2019, both exceeding 1,000 awards, and rose again in 2025 to 1,022 awards despite lower obligations than 2023 and 2024.

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.