Federal Agency

OFFICES, BOARDS AND DIVISIONS Federal Contract Obligations (Last 10 Years)

Federal procurement summary for OFFICES, BOARDS AND DIVISIONS (Agency ID 1501) covering obligations, award volume, vendors, and NAICS activity over the last 10 years.

OFFICES, BOARDS AND DIVISIONS recorded 142,324 award actions and $16.97 billion in obligations over the last 10 years, with an average action value of $119,204.33. Recent activity remained above $1.67 billion in each year from 2021 through 2025, peaking at $2.23 billion in 2023.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable obligation amounts and award actions in the selected 10-year analysis window; vendor, NAICS, and annual figures are based on observed FPDS records.

Agency ID
1501
Total Obligated
16.97 billion
16,965,637,189.12
Award Actions
142,324
Average Action Value
119,204.33

About OFFICES, BOARDS AND DIVISIONS federal contract activity

OFFICES, BOARDS AND DIVISIONS recorded 142,324 awards totaling $16.97 billion over the last 10 years, with an average award value of $119,204.33. This volume indicates a large, transaction-intensive procurement profile with spending distributed across many awards rather than concentrated in a small number of mega-awards.

Vendor concentration and leading contractors

The vendor base is led by CGI FEDERAL INC. at $987.56 million across 734 awards, followed by CACI, INC. - COMMERCIAL at $731.57 million across 2,200 awards and MINBURN TECHNOLOGY GROUP, LLC at $697.42 million across 253 awards. FORFEITURE SUPPORT ASSOCIATES, LLC shows the highest award volume among the top five vendors with 5,396 awards, while SOS INTERNATIONAL LLC reflects comparatively high-dollar, lower-count activity at $483.87 million across 62 awards.

Industry profile based on NAICS activity

Spending is concentrated in information technology and professional services. The largest NAICS categories are Other Computer Related Services ($3.75 billion), All Other Legal Services ($3.35 billion), Computer Systems Design Services ($1.80 billion), and Administrative Management and General Management Consulting Services ($1.42 billion), indicating a mix of technical support, legal support, and management advisory work.

Annual contract trend over the analysis window

Annual obligations remained above $1.6 billion in each listed year and peaked in 2023 at $2.23 billion, followed by $2.21 billion in 2024. Obligations eased to $1.71 billion in 2025, but award counts stayed high, suggesting continued procurement activity despite lower obligated dollars year over year.

How to interpret this page

This summary uses FPDS Query obligation data for Agency ID 1501 over the last 10 years and aggregates awards by vendor, NAICS code, and fiscal year. Dollar values reflect total obligated amounts; award counts represent recorded FPDS awards in the selected period.

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 = '1501'
        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
CGI FEDERAL INC. 987,561,720.52 987.56 million 734
CACI, INC. - COMMERCIAL 731,569,374.65 731.57 million 2,200
MINBURN TECHNOLOGY GROUP, LLC 697,424,579.20 697.42 million 253
FORFEITURE SUPPORT ASSOCIATES, LLC 556,510,367.74 556.51 million 5,396
SOS INTERNATIONAL LLC 483,867,543.76 483.87 million 62
PAE GOVERNMENT SERVICES, INC. 416,880,105.45 416.88 million 3,170
AT&T CORP. 377,836,244.15 377.84 million 67
MINDPOINT GROUP, LLC 333,769,809.33 333.77 million 337
PAE LABAT-ANDERSON LLC 310,653,431.03 310.65 million 749
CDW GOVERNMENT, INC. 298,045,634.10 298.05 million 76

Insight

Over the last 10 years, OFFICES, BOARDS AND DIVISIONS obligated $16.97 billion across 142,324 awards, with an average award value of $119,204.33, indicating a high-volume portfolio with relatively modest average award size. Top vendor obligations are concentrated among a small set of contractors, led by CGI FEDERAL INC. at $987.56 million, followed by CACI, INC. - COMMERCIAL and MINBURN TECHNOLOGY GROUP, LLC at $731.57 million and $697.42 million, respectively. Award volume is more dispersed than dollars obligated: FORFEITURE SUPPORT ASSOCIATES, LLC received 5,396 awards but only $556.51 million, while several other top vendors posted substantial obligations across comparatively few awards, suggesting mixed use of tasking patterns and award sizes across the vendor base.

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 = '1501'
        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 3,748,531,775.85 3.75 billion 13,430
541199 ALL OTHER LEGAL SERVICES 3,351,272,149.49 3.35 billion 36,022
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,798,281,161.44 1.80 billion 3,071
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,416,806,686.53 1.42 billion 11,589
517110 WIRED TELECOMMUNICATIONS CARRIERS 625,684,938.30 625.68 million 449
561210 FACILITIES SUPPORT SERVICES 619,091,461.60 619.09 million 776
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 607,292,024.39 607.29 million 1,595
541930 TRANSLATION AND INTERPRETATION SERVICES 563,665,044.59 563.67 million 3,811
443120 COMPUTER AND SOFTWARE STORES 494,399,463.55 494.40 million 506
561612 SECURITY GUARDS AND PATROL SERVICES 445,809,972.41 445.81 million 754

Insight

Over the last 10 years, OFFICES, BOARDS AND DIVISIONS obligated $16.97 billion across 142,324 awards, with spending concentrated in IT and professional services. NAICS 541519 (Other Computer Related Services) and 541199 (All Other Legal Services) are the largest categories, together accounting for about $7.10 billion, or roughly 42% of total obligations. The next tier includes computer systems design, management consulting, telecommunications, facilities support, programming, translation, software retail, and security services, indicating a diversified but service-heavy procurement profile.

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 = '1501'
        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 1,706,786,658.20 1.71 billion 14,068
2024 2,209,228,623.13 2.21 billion 15,297
2023 2,227,532,902.65 2.23 billion 15,626
2022 1,668,718,149.30 1.67 billion 14,762
2021 1,803,001,085.57 1.80 billion 14,711
2020 1,806,925,269.77 1.81 billion 15,126
2019 1,574,060,203.84 1.57 billion 14,717
2018 1,451,802,744.07 1.45 billion 15,337
2017 1,221,151,793.70 1.22 billion 11,540
2016 1,296,429,758.89 1.30 billion 11,140

Insight

Over the last 10 years, OFFICES, BOARDS AND DIVISIONS obligated $16.97 billion across 142,324 awards, with an average award value of $119,204. Obligations were concentrated in 2023 ($2.23 billion) and 2024 ($2.21 billion), followed by a lower level in 2025 ($1.71 billion), after a generally upward pattern from 2016 through 2023. Award volumes were also relatively stable, ranging from 11,140 in 2016 to 15,626 in 2023, indicating steady transaction activity with moderate year-to-year variation.

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.