Federal Agency

CONSUMER PRODUCT SAFETY COMMISSION Federal Contract Obligations (Last 10 Years)

Consumer Product Safety Commission FPDS data covering the last 10 years shows $357.73 million in obligated spending across 7,784 award actions.

The Consumer Product Safety Commission’s procurement record is concentrated in information technology and management support services, led by custom computer programming, hosting, and systems design. Annual obligations peaked in 2023 at $53.94 million, with 2024 and 2025 remaining above $32 million each.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided 10-year analysis window and may include multiple award actions to the same vendor or under the same NAICS code.

Agency ID
6100
Total Obligated
357.73 million
357,726,633.12
Award Actions
7,784
Average Action Value
45,956.65

About CONSUMER PRODUCT SAFETY COMMISSION federal contract activity

Over the last 10 years, the Consumer Product Safety Commission recorded 7,784 obligations totaling 357.73 million across federal procurement activity, with an average award value of 45,956.65. The agency’s spending pattern is relatively concentrated in a smaller set of recurring vendors and service categories, especially IT and management support. Overall, the profile is consistent with a mission-support agency that relies heavily on external technical, systems, and administrative services.

Vendor concentration and leading contractors

NIRA, INC. was the largest vendor by obligated value at 22.27 million across 16 awards, followed closely by SAPIENT GOVERNMENT SERVICES, INC. at 21.76 million across 37 awards. EXCIDION INC., WIDMEYER COMMUNICATIONS, INC., and COMMUNICATIONS TRAINING ANALYSIS CORPORATION also appear among the top recipients, indicating recurring reliance on contractors for specialized support. The top vendor list suggests a mix of high-value, lower-count awards and more distributed service contracting.

Industry profile based on NAICS activity

The largest NAICS category was 541511, Custom Computer Programming Services, at 60.10 million across 153 awards, followed by 518210, Data Processing, Hosting, and Related Services, at 50.65 million across 3,315 awards. Other major categories included 541519, Other Computer Related Services, and 541512, Computer Systems Design Services, reinforcing the agency’s emphasis on IT-related procurement. Administrative Management and General Management Consulting Services also ranked in the top five, showing that advisory and operational support is a meaningful part of the portfolio.

Annual contract trend over the analysis window

Annual obligations were strongest in 2023 at 53.94 million, then moderated to 48.49 million in 2022 and 41.06 million in 2021, before settling at 33.75 million in 2024 and 32.17 million in 2025. Award counts remained relatively stable in the most recent years, ranging from 587 in 2022 to 900 in 2025, which suggests continued procurement activity despite lower obligated totals. The pattern indicates variability in award size year to year rather than a sharp change in contracting volume.

How to interpret this page

This summary is based on FPDS query results for Agency ID 6100 over the last 10 years. Metrics reflect obligated dollars, award counts, and vendor and NAICS rankings as reported in the provided dataset. Annual trend figures represent the most recent five years shown and should be interpreted as a time-series snapshot within the full analysis window.

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 = '6100'
        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
NIRA, INC. 22,272,835.08 22.27 million 16
SAPIENT GOVERNMENT SERVICES, INC. 21,756,432.49 21.76 million 37
EXCIDION INC. 17,108,457.71 17.11 million 20
WIDMEYER COMMUNICATIONS, INC. 16,475,985.18 16.48 million 57
COMMUNICATIONS TRAINING ANALYSIS CORPORATION 12,153,024.21 12.15 million 21
IT DATA CONSULTING L.L.C. 10,934,458.69 10.93 million 10
VISUAL INFORMATION SYSTEM, INC 9,170,526.78 9.17 million 58
FREEALLIANCE.COM, LLC 7,226,093.35 7.23 million 17
EXECUTIVE INFORMATION SYSTEMS, LLC 7,201,005.16 7.20 million 48
RELI GROUP, INC. 6,700,234.97 6.70 million 20

Insight

Over the last 10 years, CONSUMER PRODUCT SAFETY COMMISSION obligated $357.73 million across 7,784 awards, with an average award value of $45,956.65. Top vendor obligations are moderately concentrated: the leading 10 vendors account for about $134.84 million, or roughly 37.7% of total obligated dollars, while the largest single vendor, NIRA, INC., represents $22.27 million. The vendor mix is distributed across both higher-dollar, lower-count awards and lower-dollar, higher-count relationships, indicating a mix of recurring service providers rather than dependence on a single vendor.

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 = '6100'
        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
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 60,096,476.47 60.10 million 153
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 50,653,099.43 50.65 million 3,315
541519 OTHER COMPUTER RELATED SERVICES 47,085,937.93 47.09 million 702
541512 COMPUTER SYSTEMS DESIGN SERVICES 43,945,394.49 43.95 million 139
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 25,749,984.80 25.75 million 169
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 10,641,219.20 10.64 million 56
541820 PUBLIC RELATIONS AGENCIES 9,810,371.20 9.81 million 25
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 8,600,459.50 8.60 million 541
561210 FACILITIES SUPPORT SERVICES 8,165,152.39 8.17 million 59
541613 MARKETING CONSULTING SERVICES 7,543,772.24 7.54 million 51

Insight

Over the last 10 years, the Consumer Product Safety Commission obligated 357.73 million across 7,784 awards, with activity concentrated in IT and related professional services. NAICS 541511, 518210, 541519, and 541512 are the largest categories by obligated dollars, together accounting for 201.78 million, or about 56 percent of total obligations. Award activity is especially fragmented in NAICS 518210, which accounts for 3,315 awards, while the remaining top categories have materially fewer awards, indicating a mix of high-volume service buying and larger-dollar, lower-count procurements.

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 = '6100'
        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 32,171,865.73 32.17 million 900
2024 33,746,717.45 33.75 million 863
2023 53,936,794.40 53.94 million 876
2022 48,486,637.52 48.49 million 587
2021 41,057,846.16 41.06 million 691
2020 33,872,010.43 33.87 million 662
2019 29,654,814.00 29.65 million 725
2018 27,415,265.16 27.42 million 716
2017 27,999,703.27 28.00 million 1,071
2016 29,384,979.00 29.38 million 693

Insight

Over the last 10 years, the Consumer Product Safety Commission obligated $357.73 million across 7,784 awards, averaging $45,956.65 per award. Obligations were relatively stable in the $27.42 million to $33.87 million range from 2016 through 2020, then increased materially in 2021 through 2023, peaking at $53.94 million in 2023 before moderating to $33.75 million in 2024 and $32.17 million in 2025. Award volume was also uneven, with a high of 1,071 awards in 2017 and 900 in 2025, indicating that obligation growth was not driven solely by higher transaction counts.

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.