Federal Agency

PRETRIAL SERVICES AGENCY Federal Contract Obligations (Last 5 Years)

FPDS procurement overview for the Pretrial Services Agency (959P) covering obligations, award activity, vendors, and NAICS patterns over the last five years.

Over the last five years, the Pretrial Services Agency recorded $34.04 million in obligations across 458 award actions, with an average action value of $74,322.54. Annual obligations peaked in 2023 at $8.37 million and remained above $6.48 million in 2024 and $7.59 million in 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the provided five-year analysis window and may differ from other FPDS views due to timing, filters, or rounding.

Agency ID
959P
Total Obligated
34.04 million
34,039,725.56
Award Actions
458
Average Action Value
74,322.54

About PRETRIAL SERVICES AGENCY federal contract activity

Over the last 5 years, PRETRIAL SERVICES AGENCY (959P) obligated 34.04 million across 458 awards, for an average award value of 74,322.54. Spending levels indicate a relatively active procurement profile with recurring awards rather than a small number of highly concentrated obligations.

Vendor concentration and leading contractors

Vendor obligations are led by MINDCUBED LLC at 4.27 million across 3 awards, followed by R A P INC at 3.17 million across 25 awards and STERLING COMPUTERS CORPORATION at 2.65 million across 14 awards. The top vendors suggest a mix of high-dollar, lower-frequency awards and more distributed vendor relationships across multiple procurements.

Industry profile based on NAICS activity

The largest obligations by NAICS are concentrated in electronic computer manufacturing (334111) at 5.05 million across 36 awards and custom computer programming services (541511) at 4.34 million across 8 awards. Additional spending appears in psychiatric and substance abuse hospitals (622210) at 3.79 million and wireless communications equipment manufacturing (334220) at 2.41 million, indicating a procurement mix spanning technology, communications, and service-related categories.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at 8.37 million across 118 awards, then declined to 6.48 million in 2024 before rising to 7.59 million in 2025. Award counts were highest in 2023 and 2024, showing sustained procurement activity even as obligated dollars fluctuated year to year.

How to interpret this page

This summary reflects FPDS Query data for PRETRIAL SERVICES AGENCY (959P) over the last 5 years, based on obligated dollars and award counts in the provided analysis window. Vendor and NAICS observations are derived from the highest obligated totals in the supplied datasets and do not infer scope, mission, or contract type beyond the recorded procurement records.

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 = '959P'
        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
MINDCUBED LLC 4,268,010.80 4.27 million 3
R A P INC 3,169,573.00 3.17 million 25
STERLING COMPUTERS CORPORATION 2,649,924.24 2.65 million 14
TRACK GROUP, INC. 2,409,845.80 2.41 million 9
SHI INTERNATIONAL CORP. 2,092,254.44 2.09 million 8
COMPREHENSIVE TREATMENT SERVICES, INC. 1,852,707.75 1.85 million 15
SIEMENS HEALTHCARE DIAGNOSTICS INC. 1,797,984.26 1.80 million 19
DIDLAKE, INC. 1,625,184.44 1.63 million 8
SENTINEL OFFENDER SERVICES, LLC 1,621,311.10 1.62 million 5
COMPREHENSIVE COMMUNITY HEALTH & PSYCHOLOGICAL SERVICES L.L.C. 950,040.00 950.04 thousand 3

Insight

Over the last 5 years, PRETRIAL SERVICES AGENCY obligated $34.04 million across 458 awards, with an average award value of $74.3 thousand. Obligations are moderately concentrated among the top vendors: MINDCUBED LLC received $4.27 million on only 3 awards, while R A P INC, STERLING COMPUTERS CORPORATION, and TRACK GROUP, INC. each received between $2.41 million and $3.17 million across 9 to 25 awards. The remaining top vendors are more evenly distributed at roughly $950 thousand to $2.09 million, indicating a mix of a small number of high-value vendors and a broader set of recurring suppliers.

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 = '959P'
        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
334111 ELECTRONIC COMPUTER MANUFACTURING 5,046,047.93 5.05 million 36
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 4,337,328.01 4.34 million 8
622210 PSYCHIATRIC AND SUBSTANCE ABUSE HOSPITALS 3,788,283.10 3.79 million 43
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 2,409,845.80 2.41 million 9
325413 IN-VITRO DIAGNOSTIC SUBSTANCE MANUFACTURING 1,830,138.50 1.83 million 35
623220 RESIDENTIAL MENTAL HEALTH AND SUBSTANCE ABUSE FACILITIES 1,809,255.81 1.81 million 16
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,720,509.51 1.72 million 45
561210 FACILITIES SUPPORT SERVICES 1,625,184.44 1.63 million 8
315999 OTHER APPAREL ACCESSORIES AND OTHER APPAREL MANUFACTURING 1,621,311.10 1.62 million 5
541519 OTHER COMPUTER RELATED SERVICES 1,544,595.87 1.54 million 29

Insight

Over the last 5 years, PRETRIAL SERVICES AGENCY obligated $34.04 million across 458 awards, with the top 10 NAICS codes accounting for a substantial share of activity across a mixed portfolio. Obligations are concentrated in electronic computer manufacturing (334111) at $5.05 million and custom computer programming services (541511) at $4.34 million, followed by behavioral health-related sectors including psychiatric and substance abuse hospitals (622210) and residential mental health and substance abuse facilities (623220). The remaining top categories are distributed across information technology, facilities support, consulting, diagnostics, and apparel manufacturing, indicating a broad mix of procurement needs rather than reliance on a single NAICS.

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 = '959P'
        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 7,592,604.22 7.59 million 95
2024 6,484,138.37 6.48 million 111
2023 8,374,405.36 8.37 million 118
2022 6,513,417.54 6.51 million 72
2021 5,075,160.07 5.08 million 62

Insight

Over the last 5 years, PRETRIAL SERVICES AGENCY obligated $34.04 million across 458 awards, with an average award value of $74.3 thousand. Annual obligations were relatively stable, ranging from $5.08 million in 2021 to a peak of $8.37 million in 2023, before easing to $6.48 million in 2024 and rising to $7.59 million in 2025. Award volume generally tracked obligation changes, increasing from 62 awards in 2021 to 118 in 2023, then moderating to 95 awards in 2025.

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.