Federal Agency

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

Federal procurement summary for OFFICES, BOARDS AND DIVISIONS (Agency ID 1501) covering obligations, awards, vendors, NAICS categories, and annual trends over the last 5 years.

Over the last 5 years, OFFICES, BOARDS AND DIVISIONS recorded $9.62 billion in obligations across 74,464 award actions, with an average action value of $129,126.38. Spending was concentrated in computer-related services, legal services, systems design, management consulting, and telecommunications, with CGI Federal Inc., Minburn Technology Group, LLC, and PAE Government Services, Inc. among the top vendors by obligated dollars.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable FPDS-observed obligations and award action counts for Agency ID 1501; annual totals shown span 2021 through 2025.

Agency ID
1501
Total Obligated
9.62 billion
9,615,267,418.85
Award Actions
74,464
Average Action Value
129,126.38

About OFFICES, BOARDS AND DIVISIONS federal contract activity

Over the last 5 years, OFFICES, BOARDS AND DIVISIONS recorded 74,464 awards totaling $9.62 billion, with an average award value of $129,126.38. The profile indicates a high-volume procurement portfolio with spending spread across many relatively small awards rather than a small number of large obligations.

Vendor concentration and leading contractors

The vendor base is led by CGI FEDERAL INC. at $662.42 million across 502 awards, followed by MINBURN TECHNOLOGY GROUP, LLC at $602.24 million across 230 awards. PAE GOVERNMENT SERVICES, INC., CACI, INC. - COMMERCIAL, and AT&T CORP. also rank among the top recipients, indicating a concentration in IT, services, and communications support.

Industry profile based on NAICS activity

The largest obligation category is NAICS 541519, Other Computer Related Services, at $2.51 billion across 7,206 awards, followed by 541199, All Other Legal Services, at $1.91 billion across 21,563 awards. Additional major categories include 541512 Computer Systems Design Services, 541611 Administrative Management and General Management Consulting Services, and 517110 Wired Telecommunications Carriers, showing a mix of technical, legal, consulting, and telecom procurement.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at $2.23 billion, followed closely by 2024 at $2.21 billion, before declining to $1.71 billion in 2025. Award volume remained consistently high throughout the period, ranging from 14,068 to 15,626 awards per year, which suggests stable procurement activity with moderate year-to-year variation in obligation levels.

How to interpret this page

This summary reflects FPDS Query records for Agency ID 1501 over the last 5 years. Totals, counts, and averages are based on reported obligations and award records for the selected analysis window, and vendor and NAICS rankings are derived from cumulative obligated amounts within that same 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 5 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. 662,424,348.43 662.42 million 502
MINBURN TECHNOLOGY GROUP, LLC 602,239,154.23 602.24 million 230
PAE GOVERNMENT SERVICES, INC. 353,197,571.80 353.20 million 2,985
CACI, INC. - COMMERCIAL 341,147,757.94 341.15 million 1,003
AT&T CORP. 326,239,886.52 326.24 million 34
FORFEITURE SUPPORT ASSOCIATES, LLC 299,269,728.03 299.27 million 2,483
PAE LABAT-ANDERSON LLC 291,280,104.86 291.28 million 647
SOS INTERNATIONAL LLC 267,138,146.24 267.14 million 31
AT&T ENTERPRISES, LLC 240,779,163.77 240.78 million 11
MINDPOINT GROUP, LLC 235,124,747.76 235.12 million 187

Insight

Over the last 5 years, OFFICES, BOARDS AND DIVISIONS obligated $9.62 billion across 74,464 awards, with an average award value of $129,126. The top 10 vendors account for a sizable share of obligations, led by CGI FEDERAL INC. ($662.42 million) and MINBURN TECHNOLOGY GROUP, LLC ($602.24 million), indicating meaningful concentration among a small set of suppliers. Award volume is uneven across these vendors: some, such as PAE GOVERNMENT SERVICES, INC. and FORFEITURE SUPPORT ASSOCIATES, LLC, received high numbers of awards, while others, including AT&T CORP. and SOS INTERNATIONAL LLC, received much larger-dollar awards with far fewer actions.

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 5 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 2,513,657,481.76 2.51 billion 7,206
541199 ALL OTHER LEGAL SERVICES 1,913,544,264.13 1.91 billion 21,563
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,081,893,371.88 1.08 billion 1,613
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 758,519,598.78 758.52 million 6,253
517110 WIRED TELECOMMUNICATIONS CARRIERS 572,832,347.55 572.83 million 116
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 394,147,073.10 394.15 million 800
561210 FACILITIES SUPPORT SERVICES 337,633,404.96 337.63 million 383
541930 TRANSLATION AND INTERPRETATION SERVICES 309,447,195.47 309.45 million 1,901
561612 SECURITY GUARDS AND PATROL SERVICES 213,545,197.95 213.55 million 377
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 176,814,067.50 176.81 million 342

Insight

Over the last 5 years, OFFICES, BOARDS AND DIVISIONS obligated $9.62 billion across 74,464 awards, with spending concentrated in a small set of service NAICS codes. NAICS 541519 (Other Computer Related Services) is the largest category at $2.51 billion, followed by 541199 (All Other Legal Services) at $1.91 billion and 541512 (Computer Systems Design Services) at $1.08 billion; these three categories account for a substantial share of total obligations. The profile is weighted toward information technology and professional support services, while higher-award-count categories such as 541199 and 541611 indicate broader distribution across many smaller awards.

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 5 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

Insight

Over the last 5 years, OFFICES, BOARDS AND DIVISIONS obligated $9.62 billion across 74,464 awards, averaging $129,126 per award. Annual obligations were relatively stable, ranging from $1.67 billion to $2.23 billion, with a peak in 2023 ($2.23 billion) followed by lower but still elevated levels in 2024 ($2.21 billion) and 2025 ($1.71 billion). Award counts followed a similar pattern, rising to 15,626 in 2023 before declining to 14,068 in 2025, indicating a modest contraction in both obligation volume and award activity in the most recent year.

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