Federal Agency

OFFICE OF PROCUREMENT OPERATIONS Federal Contract Obligations (Last 5 Years)

The OFFICE OF PROCUREMENT OPERATIONS (Agency ID 7001) recorded $18.84 billion in obligations across 33,348 award actions over the last five years.

Annual obligations ranged from $3.37 billion in 2022 to $4.33 billion in 2024, with 2025 totaling $3.70 billion through the analysis window. The largest activity centers were security guards and patrol services, other computer related services, engineering services, computer systems design services, and research and development in the physical, engineering, and life sciences.

Generated at 03/21/2026

Analysis period: Last 5 years

Vendor totals may reflect separate FPDS naming variants, such as PARAGON SYSTEMS, INC. and PARAGON SYSTEMS, INC, and should be reviewed together where appropriate.

Agency ID
7001
Total Obligated
18.84 billion
18,841,484,435.23
Award Actions
33,348
Average Action Value
564,995.93

About OFFICE OF PROCUREMENT OPERATIONS federal contract activity

Over the last 5 years, the OFFICE OF PROCUREMENT OPERATIONS obligated 18.84 billion across 33,348 awards, with an average award value of 564,995.93. The portfolio reflects a high-volume procurement profile, indicating sustained contracting activity at a broad scale.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small set of firms, led by PARAGON SYSTEMS, INC. at 1.17 billion and TRIPLE CANOPY, INC. at 1.11 billion. Duplicate vendor naming appears in the top awards list, with PARAGON SYSTEMS, INC. and PARAGON SYSTEMS, INC. recorded separately, suggesting the need to review entity normalization before interpreting supplier concentration.

Industry profile based on NAICS activity

Contracting is heavily weighted toward security services and IT-related professional services. NAICS 561612, Security Guards and Patrol Services, is the largest category at 6.13 billion, followed by Other Computer Related Services, Engineering Services, Computer Systems Design Services, and R&D services, showing a mix of protective services and technical support requirements.

Annual contract trend over the analysis window

Annual obligations remain elevated and relatively steady, ranging from 3.37 billion in 2022 to a peak of 4.33 billion in 2024. Award counts also remain high each year, with 2024 showing the highest volume at 6,970 awards, while 2025 through the reported period remains above 3.70 billion.

How to interpret this page

This summary is based on FPDS award records for the OFFICE OF PROCUREMENT OPERATIONS over the last 5 years using obligated dollars, award counts, and NAICS classifications. Vendor names are presented as recorded in FPDS, and duplicate or variant entries are not merged unless explicitly normalized in the source data.

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 = '7001'
        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
PARAGON SYSTEMS, INC. 1,172,185,552.24 1.17 billion 1,311
TRIPLE CANOPY, INC. 1,107,921,569.96 1.11 billion 1,542
PARAGON SYSTEMS, INC 916,942,812.85 916.94 million 1,634
CACI NSS, LLC 747,084,570.58 747.08 million 433
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 703,063,164.24 703.06 million 218
THE MITRE CORPORATION 600,407,954.17 600.41 million 679
ECS FEDERAL, LLC 482,703,094.93 482.70 million 331
DELOITTE CONSULTING LLP 383,749,822.53 383.75 million 194
KERBEROS INTERNATIONAL, INC. 348,141,506.16 348.14 million 415
VENDTECH-SGI LLC 346,152,050.31 346.15 million 231

Insight

Over the last 5 years, OFFICE OF PROCUREMENT OPERATIONS obligated $18.84 billion across 33,348 awards, with an average award value of $564,995.93. Vendor obligations are moderately concentrated: the top 10 vendors account for $6.80 billion, or about 36% of total obligations. PARAGON SYSTEMS, INC. appears twice in the vendor list under slightly different naming conventions, and together those entries total about $2.09 billion, indicating a substantial share of spending is focused on a small set of providers.

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 = '7001'
        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
561612 SECURITY GUARDS AND PATROL SERVICES 6,133,403,078.71 6.13 billion 9,791
541519 OTHER COMPUTER RELATED SERVICES 1,914,279,414.58 1.91 billion 3,015
541330 ENGINEERING SERVICES 1,766,399,467.93 1.77 billion 1,596
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,730,498,443.62 1.73 billion 1,521
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,147,047,641.65 1.15 billion 2,205
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 877,237,366.02 877.24 million 1,867
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 832,296,153.62 832.30 million 1,199
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 535,960,647.63 535.96 million 437
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 476,238,028.48 476.24 million 604
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 370,761,283.62 370.76 million 903

Insight

Over the last 5 years, OFFICE OF PROCUREMENT OPERATIONS obligated 18.84 billion across 33,348 awards, with spending concentrated in a small set of NAICS codes. Security Guards and Patrol Services (561612) is the clear dominant category at 6.13 billion and 9,791 awards, accounting for about one-third of total obligations. The remaining top NAICS are weighted toward IT, engineering, and professional support services, led by Other Computer Related Services (541519), Engineering Services (541330), and Computer Systems Design Services (541512), each with obligations above 1.7 billion. Award counts are also relatively dispersed across these categories, indicating a broad services portfolio rather than reliance on a single contract type.

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 = '7001'
        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 3,704,519,037.48 3.70 billion 5,451
2024 4,331,134,184.05 4.33 billion 6,970
2023 3,801,547,618.22 3.80 billion 6,071
2022 3,373,285,195.04 3.37 billion 7,475
2021 3,630,998,400.44 3.63 billion 7,381

Insight

Over the last 5 years, OFFICE OF PROCUREMENT OPERATIONS obligated $18.84 billion across 33,348 awards, with an average award value of $564,995.93. Annual obligations were relatively stable in a narrow range of $3.37 billion to $4.33 billion, indicating a consistent procurement profile rather than sharp year-to-year volatility. Obligations peaked in 2024 at $4.33 billion and declined to $3.70 billion in 2025, while award counts also fell from 6,970 to 5,451, suggesting a recent reduction in award activity and total spend.

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.