Federal Contractor

RED RIVER TECHNOLOGY LLC Federal Contract Obligations (Last 5 Years)

Federal procurement profile for RED RIVER TECHNOLOGY LLC (CAGE 04MB1, UEI JT4PZH4BX5T9) covering obligations, awards, agencies, NAICS codes, and annual trends over the last 5 years.

RED RIVER TECHNOLOGY LLC recorded 1,908 federal award actions totaling $960,543,210.86 in obligations over the last 5 years, with an average action value of $503,429.35. Spending was concentrated in technology-related work, led by the Department of Veterans Affairs, the Federal Aviation Administration, and NAICS 541519.

Generated at 03/21/2026

Analysis period: Last 5 years

All values reflect the last 5 years of readable FPDS obligation data and may include action-level records across multiple agencies and NAICS codes.

CAGE Code
04MB1
UEI
JT4PZH4BX5T9
Total Obligated
960.54 million
960,543,210.86
Award Actions
1,908
Average Action Value
503,429.35

About RED RIVER TECHNOLOGY LLC federal contract activity

RED RIVER TECHNOLOGY LLC, CAGE 04MB1 and UEI JT4PZH4BX5T9, recorded $960.54 million in obligations across 1,908 awards over the last 5 years, with an average award value of $503,429.35. The profile reflects a high-volume federal supplier with spending concentrated in a relatively small set of agencies and technical procurement categories.

Agency mix and customer concentration

The Department of Veterans Affairs is the largest customer by obligation at $237.78 million, followed by the Federal Aviation Administration at $85.66 million and U.S. Customs and Border Protection at $76.96 million. The remaining top agencies include the National Institutes of Health and the Internal Revenue Service, indicating a customer base spanning defense-adjacent, civilian, health, and revenue functions rather than dependence on a single department.

Industry profile based on NAICS activity

Obligations are dominated by NAICS 541519, Other Computer Related Services, at $547.14 million and 911 awards, making it the core of the vendor’s federal business. Additional concentration appears in NAICS 541512, Computer Systems Design Services, and manufacturing codes 334111 and 334210, with smaller but material activity in 511210, suggesting a mix of IT services, systems work, and technology-related product supply.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $251.01 million and remained elevated in 2022 at $242.57 million and 2023 at $237.86 million before declining to $124.08 million in 2024 and $105.03 million in 2025. Award counts followed a similar pattern, rising to 454 in 2022 and then easing to 349 in 2024 and 300 in 2025, indicating a recent reduction in both volume and obligated value after a multi-year high.

How to interpret this page

This summary is based on FPDS award data for the last 5 years and uses the provided CAGE code and UEI to identify the vendor record. Agency, NAICS, and annual views are ranked by total obligated dollars, with award counts used to contextualize transaction volume; no additional sources or assumptions were used.

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 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
3600 VETERANS AFFAIRS, DEPARTMENT OF 237,778,916.32 237.78 million 74
6920 FEDERAL AVIATION ADMINISTRATION 85,660,534.23 85.66 million 569
7014 U.S. CUSTOMS AND BORDER PROTECTION 76,960,886.70 76.96 million 37
7529 NATIONAL INSTITUTES OF HEALTH 66,732,281.02 66.73 million 105
2050 INTERNAL REVENUE SERVICE 66,228,477.96 66.23 million 20
97DH DEFENSE HEALTH AGENCY (DHA) 50,067,003.94 50.07 million 17
2800 SOCIAL SECURITY ADMINISTRATION 49,126,942.42 49.13 million 38
5700 DEPT OF THE AIR FORCE 43,092,412.53 43.09 million 71
1406 DEPARTMENTAL OFFICES 32,952,622.50 32.95 million 15
2100 DEPT OF THE ARMY 29,485,229.90 29.49 million 219

Insight

Over the last 5 years, RED RIVER TECHNOLOGY LLC (CAGE 04MB1) received 960.54 million across 1,908 awards, with obligation concentrated most heavily at the Department of Veterans Affairs (237.78 million), which exceeds any other listed agency by a wide margin. The remaining obligations are spread across multiple civilian and defense agencies, led by the Federal Aviation Administration (85.66 million) and U.S. Customs and Border Protection (76.96 million), indicating a diversified customer base beyond VA. Award counts are not proportional to dollars in several cases, notably the FAA with 569 awards for 85.66 million and the Department of the Army with 219 awards for 29.49 million, suggesting a mix of higher- and lower-value actions across 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 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
541519 OTHER COMPUTER RELATED SERVICES 547,135,317.70 547.14 million 911
541512 COMPUTER SYSTEMS DESIGN SERVICES 235,380,994.82 235.38 million 10
334111 ELECTRONIC COMPUTER MANUFACTURING 89,050,706.42 89.05 million 587
334210 TELEPHONE APPARATUS MANUFACTURING 45,255,248.78 45.26 million 23
511210 SOFTWARE PUBLISHERS 29,292,153.33 29.29 million 207
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 7,451,217.09 7.45 million 55
517311 WIRED TELECOMMUNICATIONS CARRIERS 2,099,012.93 2.10 million 5
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 1,803,293.08 1.80 million 21
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 715,802.18 715.80 thousand 11
513210 SOFTWARE PUBLISHERS 515,029.26 515.03 thousand 10

Insight

Over the last 5 years, RED RIVER TECHNOLOGY LLC’s obligations are heavily concentrated in NAICS 541519, Other Computer Related Services, at $547.14 million across 911 awards, or about 57% of total obligated dollars. The next largest category, NAICS 541512, Computer Systems Design Services, accounts for $235.38 million but only 10 awards, indicating a much higher average award value and a more IDIQ/task-order-type concentration. Additional obligations are distributed across hardware, telecommunications, and software-related NAICS, with NAICS 334111, 334210, and 511210 together adding $163.60 million, but no other single category approaches the top two in dollar volume.

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 5 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
2024 124,078,534.99 124.08 million 349
2023 237,858,804.43 237.86 million 410
2022 242,572,235.65 242.57 million 454
2021 251,008,354.20 251.01 million 395

Insight

RED RIVER TECHNOLOGY LLC recorded $960.54 million across 1,908 awards over the last 5 years, averaging $503.4K per award. Obligations were concentrated in 2021–2022 at $251.01 million and $242.57 million, then declined in 2023 to $237.86 million and further in 2024 to $124.08 million, with 2025 at $105.03 million. Award volume followed a similar pattern, peaking at 454 awards in 2022 before falling to 300 in 2025, indicating a downward shift in both dollars obligated and award frequency over the period.

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.