Federal Contractor

CENTERRA GROUP, LLC Federal Contract Obligations (Last Year)

CENTERRA GROUP, LLC (CAGE 1D415, UEI H4H3J7SJCT76) received 137 federal award actions totaling $115.32 million in the last full year.

In the last full year, CENTERRA GROUP, LLC recorded $115,321,701.81 in federal obligations across 137 award actions, with an average action value of $841,764.24. The U.S. Marshals Service accounted for the largest share of funding, followed by the Department of Energy and U.S. Customs and Border Protection.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the selected analysis window and are based on obligations by agency, NAICS, and award action count as provided.

CAGE Code
1D415
UEI
H4H3J7SJCT76
Total Obligated
115.32 million
115,321,701.81
Award Actions
137
Average Action Value
841,764.24

About CENTERRA GROUP, LLC federal contract activity

CENTERRA GROUP, LLC (CAGE 1D415, UEI H4H3J7SJCT76) recorded 115.32 million in obligated contract value across 137 awards during the last full year, for an average award value of 841,764.24. The vendor’s award profile is concentrated in a relatively high volume of smaller actions, with most obligations tied to a single dominant services category.

Agency mix and customer concentration

The U.S. Marshals Service accounted for the largest share of obligations at 52.20 million across 86 awards, making it the primary buying agency by both value and volume. ENERGY, DEPARTMENT OF followed at 30.39 million across 13 awards, while U.S. Customs and Border Protection contributed 17.79 million across 18 awards. The remaining top agencies added smaller but still material portions of the total, indicating a multi-agency federal customer base with heavy concentration in law-enforcement and related operational missions.

Industry profile based on NAICS activity

NAICS 561612, Security Guards and Patrol Services, dominated the portfolio with 113.34 million across 131 awards, accounting for nearly all reported obligations. The only other meaningful category was 621910, Ambulance Services, at 1.98 million across 5 awards, while 541614 contributed a single 500 obligation. This mix indicates a highly specialized service profile centered on security staffing with limited diversification into adjacent support services.

Annual contract trend over the analysis window

The annual trend shows all observed obligations and awards in 2025, totaling 115.32 million across 137 awards. With only one year reported in the analysis window, the data support a point-in-time view rather than a multi-year growth or decline assessment. The available trend is consistent with a concentrated contract base in which award activity is spread across many actions but dominated by a narrow set of requirements.

How to interpret this page

This summary is based on FPDS-observed obligations for CENTERRA GROUP, LLC over the last full year, using vendor identifiers CAGE 1D415 and UEI H4H3J7SJCT76. Agency and NAICS mix reflect obligated amounts and award counts captured in the dataset; annual trend reflects the same period and does not infer unobserved or out-of-scope activity.

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 = '1D415'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
1544 U.S. MARSHALS SERVICE 52,199,611.95 52.20 million 86
8900 ENERGY, DEPARTMENT OF 30,394,112.67 30.39 million 13
7014 U.S. CUSTOMS AND BORDER PROTECTION 17,786,895.12 17.79 million 18
1344 US PATENT AND TRADEMARK OFFICE 6,634,760.99 6.63 million 5
1406 DEPARTMENTAL OFFICES 6,325,738.98 6.33 million 8
1900 STATE, DEPARTMENT OF 1,979,832.10 1.98 million 5
1700 DEPT OF THE NAVY 500.00 500.00 1
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 250.00 250.00 1

Insight

CENTERRA GROUP, LLC’s last full year obligations were highly concentrated in a small number of civilian agencies, with the U.S. Marshals Service accounting for $52.20 million across 86 awards, or roughly 45% of total obligated dollars. The Department of Energy was the second-largest customer at $30.39 million across 13 awards, followed by U.S. Customs and Border Protection at $17.79 million across 18 awards; these three agencies together represented about 86% of total obligations. The remaining agencies each accounted for relatively small dollar shares, indicating a skewed award distribution with a few major buyers driving most spending.

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 = '1D415'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 113,341,369.71 113.34 million 131
621910 AMBULANCE SERVICES 1,979,832.10 1.98 million 5
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 500.00 500.00 1

Insight

CENTERRA GROUP, LLC (CAGE 1D415) is highly concentrated in NAICS 561612, Security Guards and Patrol Services, which accounts for 113.34 million of 115.32 million in total obligations and 131 of 137 awards over the last full year. NAICS 621910, Ambulance Services, is a distant secondary category at 1.98 million across 5 awards, while NAICS 541614 is de minimis at 500 on 1 award. Overall activity is dominated by a single service line, indicating limited NAICS diversification in the observed period.

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 = '1D415'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 115,321,701.81 115.32 million 137

Insight

Over the last full year, CENTERRA GROUP, LLC (CAGE 1D415) obligated $115.32 million across 137 awards, for an average award value of $841.8 thousand. The full-year total is concentrated in a single annual period, so this window supports a snapshot of current obligation volume rather than a year-over-year trend. The award volume suggests a moderately distributed funding pattern, with multiple awards contributing to the total rather than reliance on a small number of actions.

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