Federal Agency

SMALL BUSINESS ADMINISTRATION Federal Contract Obligations (Last 10 Years)

Federal procurement activity for the Small Business Administration (Agency ID 7300) over the last 10 years, showing obligations, awards, vendors, and NAICS concentrations.

Across the last 10 years, the Small Business Administration recorded 12,294 award actions with 4.69 billion in obligated funds, averaging 381,717.17 per action. Spending is concentrated in management consulting and IT-related services, with RER SOLUTIONS, INC. and GOLDSCHMITT-CRI LLC among the largest vendors by obligation.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals shown here include 2021 through 2025, while vendor and NAICS summaries reflect the full 10-year analysis window.

Agency ID
7300
Total Obligated
4.69 billion
4,692,830,952.07
Award Actions
12,294
Average Action Value
381,717.17

About SMALL BUSINESS ADMINISTRATION federal contract activity

Over the last 10 years, the Small Business Administration (Agency ID 7300) obligated $4.69 billion across 12,294 awards, for an average award value of $381,717.17. The award profile indicates a high volume of comparatively modest transactions, consistent with a portfolio that mixes many smaller actions with a smaller set of larger support and services obligations.

Vendor concentration and leading contractors

Obligations are concentrated among a small number of vendors, led by RER SOLUTIONS, INC. at $929.81 million across 55 awards. GOLDSCHMITT-CRI LLC, GUIDEHOUSE LLP, HIGHLIGHT TECHNOLOGIES, LLC, and ADVANCED TECHNOLOGY LEADERS, INC. round out the top five, with HIGHLIGHT TECHNOLOGIES, LLC notable for its 140 awards and comparatively lower average award value than the largest dollar recipients.

Industry profile based on NAICS activity

The agency’s spending is dominated by consulting and information-technology-related services. NAICS 541611, Administrative Management and General Management Consulting Services, is the largest category at $1.76 billion, followed by 541519 Other Computer Related Services, 541512 Computer Systems Design Services, 518210 Data Processing, Hosting, and Related Services, and 541990 All Other Professional, Scientific, and Technical Services.

Annual contract trend over the analysis window

Annual obligations increased sharply from 2021 through 2022, rising from $1.11 billion to $671.19 million? Wait that is a decrease. This indicates the need to align the trend with the provided data: obligations declined after 2021, with 2022 at $671.19 million, then 2023 at $382.44 million, 2024 at $324.71 million, and 2025 at $51.89 million. Award counts also trended downward over the same period, from 1,453 in 2021 to 696 in 2025, suggesting reduced annual contract activity in the most recent years shown.

How to interpret this page

This summary uses FPDS Query obligation data for the Small Business Administration over the last 10 years and reflects only the values provided in the analysis window. Annual trend figures represent year-by-year obligations and award counts within that period; vendor and NAICS rankings are based on total obligated dollars.

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 = '7300'
        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
RER SOLUTIONS, INC. 929,807,056.38 929.81 million 55
GOLDSCHMITT-CRI LLC 406,167,392.75 406.17 million 28
GUIDEHOUSE LLP 270,852,523.19 270.85 million 25
HIGHLIGHT TECHNOLOGIES, LLC 220,800,793.59 220.80 million 140
ADVANCED TECHNOLOGY LEADERS, INC. 142,507,145.88 142.51 million 12
HIGHLIGHT TECHNOLOGIES, INC. 140,910,671.95 140.91 million 100
RP PROFESSIONAL SERVICES, LLC 123,828,066.76 123.83 million 26
GOLDSCHMITT AND ASSOCIATES LLC 110,857,931.55 110.86 million 42
GOLDSCHMITT & ASSOCIATES LLC 107,989,636.40 107.99 million 13
INNOVATIVE EMERGENCY MANAGEMENT, INC. 100,702,143.40 100.70 million 9

Insight

Over the last 10 years, SMALL BUSINESS ADMINISTRATION obligated 4.69 billion across 12,294 awards, with an average award value of 381,717.17. Vendor obligations are moderately concentrated at the top: RER SOLUTIONS, INC. alone received 929.81 million, and the top 10 vendors together account for a substantial share of total obligations. The distribution also shows recurring awards across a relatively small set of firms, including multiple similarly named vendors such as GOLDSCHMITT-CRI LLC, GOLDSCHMITT AND ASSOCIATES LLC, and GOLDSCHMITT & ASSOCIATES LLC, as well as HIGHLIGHT TECHNOLOGIES, LLC and HIGHLIGHT TECHNOLOGIES, INC.

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 = '7300'
        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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,763,103,719.58 1.76 billion 2,106
541519 OTHER COMPUTER RELATED SERVICES 738,051,459.31 738.05 million 2,739
541512 COMPUTER SYSTEMS DESIGN SERVICES 589,389,259.33 589.39 million 911
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 413,313,313.37 413.31 million 85
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 275,208,373.30 275.21 million 179
541110 OFFICES OF LAWYERS 107,191,405.53 107.19 million 15
511210 SOFTWARE PUBLISHERS 100,240,831.03 100.24 million 424
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 91,023,784.21 91.02 million 312
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 86,126,208.97 86.13 million 423
561450 CREDIT BUREAUS 72,097,930.14 72.10 million 135

Insight

Over the last 10 years, SBA’s obligations of $4.69 billion were concentrated in professional and IT-related NAICS codes, led by 541611 Administrative Management and General Management Consulting Services at $1.76 billion across 2,106 awards. The top three NAICS categories—541611, 541519 Other Computer Related Services, and 541512 Computer Systems Design Services—accounted for the largest share of obligated dollars, indicating a strong concentration in consulting and technology support. A few lower-volume categories, such as 518210 Data Processing, Hosting, and Related Services and 541110 Offices of Lawyers, received comparatively high dollars per award, suggesting fewer but larger obligations in those areas.

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 = '7300'
        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 51,891,489.54 51.89 million 696
2024 324,714,484.73 324.71 million 1,145
2023 382,437,111.66 382.44 million 1,219
2022 671,191,512.20 671.19 million 1,340
2021 1,106,755,469.39 1.11 billion 1,453
2020 1,622,305,605.13 1.62 billion 1,221
2019 140,255,359.88 140.26 million 998
2018 164,922,822.15 164.92 million 1,450
2017 125,215,911.82 125.22 million 1,642
2016 103,141,185.57 103.14 million 1,130

Insight

Over the last 10 years, SMALL BUSINESS ADMINISTRATION obligated $4.69 billion across 12,294 awards, averaging $381.7 thousand per award. Obligations are highly concentrated in 2020–2022, peaking in 2020 at $1.62 billion and remaining above $1.0 billion in 2021 before declining to $671.2 million in 2022. Activity then fell further to $382.4 million in 2023, $324.7 million in 2024, and $51.9 million in 2025, while award counts also generally trended down from a high of 1,642 in 2017 to 696 in 2025.

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.