Federal Contractor

PARAGON SYSTEMS, INC Federal Contract Obligations (Last 5 Years)

Federal procurement profile for PARAGON SYSTEMS, INC (CAGE 69298, UEI RG1VD6RNMXB5) covering obligations, award volume, agencies, NAICS codes, and annual trends over the last 5 years.

PARAGON SYSTEMS, INC has 4,087 recorded award actions totaling $2,973,692,656.56 in obligated value over the last 5 years, with an average action value of $727,597.90. Most of this activity is concentrated in security guard and patrol services, led by the Office of Procurement Operations and followed by the U.S. Marshals Service.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided 5-year analysis window and may not match the sum of rounded figures shown in summaries.

CAGE Code
69298
UEI
RG1VD6RNMXB5
Total Obligated
2.97 billion
2,973,692,656.56
Award Actions
4,087
Average Action Value
727,597.90

About PARAGON SYSTEMS, INC federal contract activity

PARAGON SYSTEMS, INC (CAGE 69298, UEI RG1VD6RNMXB5) recorded 4,087 FPDS awards totaling $2.97 billion over the last 5 years, with an average award value of $727,597.90. The obligation base is highly concentrated, indicating a steady flow of recurring contract actions rather than a broad, one-off award profile.

Agency mix and customer concentration

The vendor’s award activity is dominated by the OFFICE OF PROCUREMENT OPERATIONS, which accounts for $2.15 billion across 3,007 awards and represents the clear primary customer relationship. The next largest agencies are materially smaller: U.S. MARSHALS SERVICE at $201.34 million, NATIONAL INSTITUTES OF HEALTH at $167.76 million, OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE at $149.36 million, and OFFICES, BOARDS AND DIVISIONS at $140.81 million.

Industry profile based on NAICS activity

Contracting is overwhelmingly centered in NAICS 561612, SECURITY GUARDS AND PATROL SERVICES, which represents $2.78 billion across 3,961 awards. NAICS 561621, SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS), is the secondary category at $195.48 million, while the remaining NAICS codes contribute only marginal value and appear to be isolated or non-core awards.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $717.12 million after $695.61 million in 2021, then declined to $469.43 million in 2022 before recovering in 2023 and 2025. Award counts were highest in 2021 at 1,186 and generally trended downward thereafter, suggesting larger and fewer awards in later years relative to the start of the period.

How to interpret this page

This summary uses FPDS obligation and award-count data for the last 5 years associated with CAGE 69298 and UEI RG1VD6RNMXB5. Agency, NAICS, and annual views are based on reported prime award records in the analysis window; totals may reflect obligations across multiple actions and are not adjusted for inflation.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '69298'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
7001 OFFICE OF PROCUREMENT OPERATIONS 2,145,324,027.30 2.15 billion 3,007
1544 U.S. MARSHALS SERVICE 201,338,431.35 201.34 million 715
7529 NATIONAL INSTITUTES OF HEALTH 167,759,808.38 167.76 million 35
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 149,363,609.34 149.36 million 18
1501 OFFICES, BOARDS AND DIVISIONS 140,811,679.66 140.81 million 73
7014 U.S. CUSTOMS AND BORDER PROTECTION 112,244,993.15 112.24 million 97
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 13,789,225.78 13.79 million 14
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 12,798,590.08 12.80 million 12
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 10,493,962.44 10.49 million 8
8800 NATIONAL ARCHIVES AND RECORDS ADMINISTRATION 5,077,245.55 5.08 million 29

Insight

Over the last 5 years, PARAGON SYSTEMS, INC has been heavily concentrated at the OFFICE OF PROCUREMENT OPERATIONS, which accounts for $2.15 billion of the vendor’s $2.97 billion in obligations and 3,007 of 4,087 awards. The U.S. MARSHALS SERVICE is the next largest customer but is materially smaller at $201.34 million across 715 awards, indicating a steep drop-off after the top agency. Remaining agencies each represent a much smaller share of obligations, with most activity spread across individual agencies below $170 million and generally low award counts.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '69298'
        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 2,777,874,430.07 2.78 billion 3,961
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 195,477,413.65 195.48 million 124
532490 OTHER COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT RENTAL AND LEASING 340,312.84 340.31 thousand 1
541330 ENGINEERING SERVICES 500.00 500.00 1

Insight

Over the last 5 years, PARAGON SYSTEMS, INC’s obligations under CAGE 69298 were highly concentrated in NAICS 561612, Security Guards and Patrol Services, which accounted for $2.78 billion across 3,961 awards, or the clear majority of the $2.97 billion total. NAICS 561621, Security Systems Services, was a distant second at $195.48 million across 124 awards, indicating a secondary but much smaller security-services line of business. The remaining obligations were de minimis, with only isolated awards in NAICS 532490 and 541330, suggesting a very narrow NAICS distribution centered on guard and patrol services.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '69298'
        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 500,647,693.59 500.65 million 631
2024 717,118,148.74 717.12 million 679
2023 590,893,470.72 590.89 million 692
2022 469,425,536.01 469.43 million 899
2021 695,607,807.50 695.61 million 1,186

Insight

Over the last 5 years, PARAGON SYSTEMS, INC received 2.97 billion across 4,087 awards, averaging 727.6 thousand per award. Obligations were highest in 2024 at 717.1 million and lowest in 2022 at 469.4 million, indicating a generally elevated but variable funding pattern. Award volume peaked in 2021 at 1,186 and then declined each year to 631 in 2025, while obligations remained relatively strong, suggesting higher dollar concentration per award in the more recent years.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.