Federal Contractor

RED RIVER TECHNOLOGY LLC Federal Contract Obligations (Last Year)

RED RIVER TECHNOLOGY LLC (CAGE 04MB1, UEI JT4PZH4BX5T9) recorded 300 federal award actions totaling 105.03 million in the last full year.

RED RIVER TECHNOLOGY LLC’s federal procurement profile shows 105,025,281.59 in obligated awards across 300 actions in the last full year, with an average action value of 350,084.27. Spending was led by the Defense Health Agency, Internal Revenue Service, National Institutes of Health, Federal Aviation Administration, and Department of the Army.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and are organized by obligated dollars, award count, agency, and NAICS code.

CAGE Code
04MB1
UEI
JT4PZH4BX5T9
Total Obligated
105.03 million
105,025,281.59
Award Actions
300
Average Action Value
350,084.27

About RED RIVER TECHNOLOGY LLC federal contract activity

RED RIVER TECHNOLOGY LLC (CAGE 04MB1, UEI JT4PZH4BX5T9) received 105.03 million in FPDS-observed obligations across 300 awards in the last full year, for an average award value of 350,084.27. The profile indicates a diversified federal contract base with strong concentration in IT-related services, software, and computer hardware/supply categories.

Agency mix and customer concentration

Obligations were led by the Defense Health Agency at 20.36 million, followed by the Internal Revenue Service at 15.04 million, the National Institutes of Health at 12.43 million, the Federal Aviation Administration at 12.17 million, and the Department of the Army at 10.65 million. Award volume was especially concentrated at the FAA, which accounted for 133 awards, while the other top agencies represented fewer but higher-dollar actions. This pattern suggests a mix of high-frequency tasking and larger-value agency-specific work.

Industry profile based on NAICS activity

The largest NAICS category was 541519 Other Computer Related Services at 80.41 million across 116 awards, making it the dominant driver of obligations. Secondary activity appears in 334111 Electronic Computer Manufacturing at 12.95 million across 135 awards and 511210 Software Publishers at 9.96 million across 32 awards, with smaller contributions from communications equipment manufacturing and computer wholesale channels. Overall, the mix is weighted toward technology services with supporting hardware and software transactions.

Annual contract trend over the analysis window

The annual trend data shows 105.03 million in obligations and 300 awards in 2025, which is the full analysis year provided. With only one year available in the window, no multi-year growth or contraction pattern can be inferred from the supplied data. The observed total establishes the current baseline for year-level procurement activity.

How to interpret this page

This summary is based only on the FPDS Query metrics supplied for the last full year and does not infer unprovided contract details, performance outcomes, or relationship structures. Obligations, award counts, averages, agency mix, NAICS mix, and annual totals are reported as given in the source data. Where values are shown in readable form, they are derived from the provided totals.

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 = '04MB1'
        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
97DH DEFENSE HEALTH AGENCY (DHA) 20,363,756.38 20.36 million 6
2050 INTERNAL REVENUE SERVICE 15,042,552.04 15.04 million 4
7529 NATIONAL INSTITUTES OF HEALTH 12,426,180.50 12.43 million 10
6920 FEDERAL AVIATION ADMINISTRATION 12,168,856.71 12.17 million 133
2100 DEPT OF THE ARMY 10,651,970.66 10.65 million 36
7014 U.S. CUSTOMS AND BORDER PROTECTION 7,877,910.47 7.88 million 4
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 5,386,308.48 5.39 million 9
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 5,143,687.41 5.14 million 20
8960 FEDERAL ENERGY REGULATORY COMMISSION 2,882,759.78 2.88 million 6
1406 DEPARTMENTAL OFFICES 2,182,455.44 2.18 million 1

Insight

Over the last full year, RED RIVER TECHNOLOGY LLC obligated $105.03 million across 300 awards, with funding concentrated among a small set of agencies. The Defense Health Agency led with $20.36 million, followed by the IRS ($15.04 million) and NIH ($12.43 million); these three agencies together accounted for roughly 45% of total obligated dollars. By award volume, the Federal Aviation Administration was the dominant customer with 133 awards and $12.17 million obligated, indicating a more distributed, lower-value award pattern than the higher-dollar agencies.

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 = '04MB1'
        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
541519 OTHER COMPUTER RELATED SERVICES 80,411,394.42 80.41 million 116
334111 ELECTRONIC COMPUTER MANUFACTURING 12,949,387.38 12.95 million 135
511210 SOFTWARE PUBLISHERS 9,960,746.15 9.96 million 32
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 1,264,319.98 1.26 million 5
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 198,906.30 198.91 thousand 2
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 142,905.77 142.91 thousand 4
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 57,894.74 57.89 thousand 1
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 19,999.97 20.00 thousand 2
334112 COMPUTER STORAGE DEVICE MANUFACTURING 12,487.50 12.49 thousand 1
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 6,739.38 6.74 thousand 1

Insight

RED RIVER TECHNOLOGY LLC’s last full year of obligations was highly concentrated in NAICS 541519, which accounted for $80.41 million of $105.03 million total obligated, or roughly 77% of spend, across 116 awards. The next largest categories were NAICS 334111 at $12.95 million across 135 awards and NAICS 511210 at $9.96 million across 32 awards, indicating a secondary mix of manufacturing and software-related activity. Remaining NAICS codes each represented relatively small dollar values, suggesting the vendor’s obligations are driven primarily by a narrow set of IT-related service and product classifications.

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 = '04MB1'
        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 105,025,281.59 105.03 million 300

Insight

In the last full year, RED RIVER TECHNOLOGY LLC (CAGE 04MB1) obligated $105.03 million across 300 awards, for an average award value of about $350.1 thousand. With only one year in the window, no year-over-year trend can be assessed; the available data reflect a single-year obligation level rather than a multi-year pattern. The award volume indicates relatively broad distribution across many actions, while the total obligated amount suggests meaningful concentration in aggregate federal spend.

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.